timeMultiplier: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
(named params and fixed typo) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|1.26 | |version1= 1.26 | ||
|gr1= Time | |gr1= Time | ||
|gr2= Mission Information | |gr2= Mission Information | ||
|gr3= Environment | |gr3= Environment | ||
| Returns the value set with [[setTimeMultiplier]]. | |descr= Returns the value set with [[setTimeMultiplier]]. | ||
| '''timeMultiplier''' | |s1= '''timeMultiplier''' | ||
| [[Number]] - current time | |r1= [[Number]] - current time multiplier | ||
|x1= <code>_multiplier = [[timeMultiplier]];</code> | |x1= <code>_multiplier = [[timeMultiplier]];</code> | ||
Line 19: | Line 21: | ||
|seealso= [[setTimeMultiplier]], [[skipTime]], [[setAccTime]], [[accTime]], [[time]], [[serverTime]], [[date]], [[daytime]] | |seealso= [[setTimeMultiplier]], [[skipTime]], [[setAccTime]], [[accTime]], [[time]], [[serverTime]], [[date]], [[daytime]] | ||
}} | }} | ||
Revision as of 10:11, 19 February 2021
Description
- Description:
- Returns the value set with setTimeMultiplier.
- Groups:
- TimeMission InformationEnvironment
Syntax
- Syntax:
- timeMultiplier
- Return Value:
- Number - current time multiplier
Examples
- Example 1:
_multiplier = timeMultiplier;
Additional Information
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