timeMultiplier: Difference between revisions

From Bohemia Interactive Community
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 1
|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


|mp=|= MPBEHAVIOUR
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 19:15, 15 July 2014

Hover & click on the images for description

Description

Description:
Return the what the TimeMultiplier is Currently set to.
Groups:
Uncategorised

Syntax

Syntax:
Number = TimeMultiplier
Return Value:
Number

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

Notes

Bottom Section