Mission-time

From FreeSpace Wiki
Jump to: navigation, search
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.