time: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (moved notes) |
||
Line 22: | Line 22: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
Not to be confused with '''_time'''. Within a script, the reserved local variable '''_time''' returns the time elapsed since the script started running. Note that the value of time is not saved when the mission is saved and so will be reset to zero when a mission is restarted from a saved position. The value of _time is saved correctly and will resume from where it was. | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Scripting Commands|TIME]] | [[Category:Scripting Commands|TIME]] | ||
[[Category:Scripting Commands OFP 1.96|TIME]] | [[Category:Scripting Commands OFP 1.96|TIME]] | ||
[[Category:Scripting Commands OFP 1.46|TIME]] | [[Category:Scripting Commands OFP 1.46|TIME]] | ||
[[Category:Scripting Commands ArmA|TIME]] | [[Category:Scripting Commands ArmA|TIME]] |
Revision as of 14:57, 2 August 2006
Description
- Description:
- Time elapsed since mission started (in seconds).
- Groups:
- Uncategorised
Syntax
- Syntax:
- time
- Return Value:
- Number
Examples
- Examples:
- Example needed
Additional Information
- See also:
- See also needed
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Notes
-
Not to be confused with _time. Within a script, the reserved local variable _time returns the time elapsed since the script started running. Note that the value of time is not saved when the mission is saved and so will be reset to zero when a mission is restarted from a saved position. The value of _time is saved correctly and will resume from where it was.