timeMultiplier: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.25|= Game version _________________...") |
No edit summary |
||
Line 21: | Line 21: | ||
|x1= <code>_this <nowiki>=</nowiki> [[TimeMultiplier]] 1;</code> |= Example | |x1= <code>_this <nowiki>=</nowiki> [[TimeMultiplier]];</code> |= Example 1 | ||
|x2= <code>_this <nowiki>=</nowiki> [[TimeMultiplier]]; hint format ["%1",_this];</code> |= Example 2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 27: | Line 28: | ||
|[[setTimeMultiplier]] |= SEEALSO | |[[setTimeMultiplier]] |= SEEALSO | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 18:15, 15 July 2014
Description
- Description:
- Return the what the TimeMultiplier is Currently set to.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_this = TimeMultiplier;
- Example 2:
_this = TimeMultiplier; hint format ["%1",_this];
Additional Information
- See also:
- setTimeMultiplier
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