setTimeMultiplier: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (template:command argument fix)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Sets a time multiplier for in-game time. The command range is now capped at 0.1 - 120 to avoid performance problems. |= Description
| Sets a time multiplier for in-game time. The command range is now capped at 0.1 - 120 to avoid performance problems. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''setTimeMultiplier''' value|= Syntax
| '''setTimeMultiplier''' value|SYNTAX=


|p1= value: [[Number]] - has to in range from 0.1 to 120 |= Parameter 1
|p1= value: [[Number]] - has to in range from 0.1 to 120 |PARAMETER1=




Line 22: Line 22:




|x1= <code>[[setTimeMultiplier]] 60;</code> |= Example 1
|x1= <code>[[setTimeMultiplier]] 60;</code> |EXAMPLE1=
|x2= <code>[[setTimeMultiplier]] 0.5;</code> |= Example 2
|x2= <code>[[setTimeMultiplier]] 0.5;</code> |EXAMPLE2=


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 15:48, 7 April 2019

Hover & click on the images for description

Description

Description:
Sets a time multiplier for in-game time. The command range is now capped at 0.1 - 120 to avoid performance problems.
Multiplayer:
Server-side only in multi-player.
Groups:
Uncategorised

Syntax

Syntax:
setTimeMultiplier value
Parameters:
value: Number - has to in range from 0.1 to 120
Return Value:
Nothing

Examples

Example 1:
setTimeMultiplier 60;
Example 2:
setTimeMultiplier 0.5;

Additional Information

See also:
timeMultiplierskipTimesetAccTimeaccTimetimeserverTimedatedaytime

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