timeMultiplier: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|=GROUP1" to "|GROUP1=")
mNo edit summary
Line 5: Line 5:


|1.26|Game version=
|1.26|Game version=
|gr1= Environment |GROUP1=


|gr1= Time |GROUP1=
|gr1= Time |GROUP1=
Line 19: Line 15:


| '''timeMultiplier''' |SYNTAX=
| '''timeMultiplier''' |SYNTAX=


| [[Number]] - current time muliplier |RETURNVALUE=  
| [[Number]] - current time muliplier |RETURNVALUE=  


|x1= <code>_multiplier = [[timeMultiplier]];</code> |EXAMPLE1=
|x1= <code>_multiplier = [[timeMultiplier]];</code> |EXAMPLE1=


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 22:24, 24 September 2020

Hover & click on the images for description

Description

Description:
Returns the value set with setTimeMultiplier.
Groups:
TimeMission InformationEnvironment

Syntax

Syntax:
timeMultiplier
Return Value:
Number - current time muliplier

Examples

Example 1:
_multiplier = timeMultiplier;

Additional Information

See also:
setTimeMultiplierskipTimesetAccTimeaccTimetimeserverTimedatedaytime

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