setTimeMultiplier: Difference between revisions

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


| |= Description
| Sets a TimeMultiplier so time goes faster. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 19:18, 15 July 2014

Hover & click on the images for description

Description

Description:
Sets a TimeMultiplier so time goes faster.
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