setTimeMultiplier: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (range)
(Trimmed redundant lines in MP description)
Line 25: Line 25:
|[[timeMultiplier]], [[skipTime]], [[setAccTime]], [[accTime]], [[time]], [[serverTime]], [[date]], [[daytime]]  |= SEEALSO
|[[timeMultiplier]], [[skipTime]], [[setAccTime]], [[accTime]], [[time]], [[serverTime]], [[date]], [[daytime]]  |= SEEALSO


|mp= Server-side only in multi-player and it works in single-player as well.|= MPBEHAVIOUR  
|mp= Server-side only in multi-player. |= MPBEHAVIOUR  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 00:27, 2 November 2014

Hover & click on the images for description

Description

Description:
Sets a time multiplier for in-game time.
Multiplayer:
Server-side only in multi-player.
Groups:
Uncategorised

Syntax

Syntax:
setTimeMultiplier value
Parameters:
value: Number (0.1-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

Posted on September 23, 2014 - 02:54 (UTC)
Benargee
Setting this value too high will cause performance issues. (A3 1.28)
Posted on October 26, 2014 - 05:01 (UTC)
POLPOX
setTimeMultiplier 0; will crash the game.
setTimeMultiplier will works well at another mission.
setTimeMultiplier < 0 will freeze the game for a short time at 30 minutes interval.
(A3 1.32)