timeMultiplier: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(naming convention, see aslo)
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>")
 
(37 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.26


|1.25|= Game version
|gr1= Time
____________________________________________________________________________________________


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


| [[Number]] <nowiki>=</nowiki> '''timeMultiplier''' |= Syntax
|gr3= Environment


|descr= Returns the value set with [[setTimeMultiplier]].


| [[Number]] |= RETURNVALUE
|s1= '''timeMultiplier'''


|r1= [[Number]] - current time multiplier


|x1= <code>_multiplier = [[timeMultiplier]];</code> |= Example 1
|x1= <sqf>_multiplier = timeMultiplier;</sqf>


 
|seealso= [[setTimeMultiplier]] [[skipTime]] [[setAccTime]] [[accTime]] [[time]] [[serverTime]] [[date]] [[dayTime]]
____________________________________________________________________________________________
 
|[[setTimeMultiplier]], [[skipTime]], [[setAccTime]], [[accTime]], [[time]], [[serverTime]], [[date]], [[daytime]] |= SEEALSO
 
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:ArmA_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Multiplayer|{{uc:{{PAGENAME}}}}]]

Latest revision as of 22:21, 7 May 2022

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 multiplier

Examples

Example 1:
_multiplier = timeMultiplier;

Additional Information

See also:
setTimeMultiplier skipTime setAccTime accTime time serverTime date dayTime

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