timeMultiplier: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (typo category)
(it now resets on mission restart)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns the value set with [[setTimeMultiplier]]. Restarting mission in editor does not reset time multiplier.  |= Description
| Returns the value set with [[setTimeMultiplier]].  |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 19:49, 19 August 2014

Hover & click on the images for description

Description

Description:
Returns the value set with setTimeMultiplier.
Groups:
Uncategorised

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