Difference between revisions of "Mission-time"

From FreeSpace Wiki
Jump to: navigation, search
(new page)
 
(Comment added)
 
Line 3: Line 3:
 
   
 
   
 
  Returns a numeric value.
 
  Returns a numeric value.
 +
===Comments===
 +
When combined with a variable, this can be used as a makeshift delay timer on repeating events by storing the last time the event triggered and then checking against that time being exceeded by the desired delay.
 
[[Category:Retail SEXPs]]
 
[[Category:Retail SEXPs]]

Latest revision as of 22:49, 4 August 2007

Mission time (Time operator)
        Returns the current time into the mission.

Returns a numeric value.

Comments

When combined with a variable, this can be used as a makeshift delay timer on repeating events by storing the last time the event triggered and then checking against that time being exceeded by the desired delay.