setTimeMultiplier: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:




|x1= <code>_uid <nowiki>=</nowiki> [[setTimeMultiplier]] 1;</code> |= Example 1
|x1= <code>_this <nowiki>=</nowiki> [[setTimeMultiplier]] 1;</code> |= Example 1


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 18:56, 15 July 2014

Hover & click on the images for description

Description

Description:
Description needed
Multiplayer:
Server-side only in multi-player and it works in single-player as well.
Groups:
Uncategorised

Syntax

Syntax:
setTimeMultiplier value
Parameters:
Multiplier: Number.
Return Value:
Nothing

Examples

Example 1:
_this = setTimeMultiplier 1;

Additional Information

See also:
TimeMultiplier

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