Difference between revisions of "setTimeMultiplier"

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|=GROUP3" to "|GROUP3=")
m (Text replacement - "|=GROUP2" to "|GROUP2=")
Line 13: Line 13:
  
 
|gr1= Time |=GROUP1
 
|gr1= Time |=GROUP1
|gr2= Mission Information|=GROUP2
+
|gr2= Mission Information|GROUP2=
 
|gr3= Environment|GROUP3=
 
|gr3= Environment|GROUP3=
  

Revision as of 16:54, 24 September 2020

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:
TimeMission InformationEnvironment

Syntax

Syntax:
setTimeMultiplier value
Parameters:
value: Number - has to be 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