timeMultiplier: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>")
 
(41 intermediate revisions by 8 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
____________________________________________________________________________________________


| Return the what the TimeMultiplier is Currently set to.|= Description
|gr2= Mission Information
____________________________________________________________________________________________


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


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


|p2= |= PARAMETER2
|s1= '''timeMultiplier'''


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


| [[Number]] |= RETURNVALUE
|x1= <sqf>_multiplier = timeMultiplier;</sqf>


 
|seealso= [[setTimeMultiplier]] [[skipTime]] [[setAccTime]] [[accTime]] [[time]] [[serverTime]] [[date]] [[dayTime]]
|x1= <code>_this <nowiki>=</nowiki> [[TimeMultiplier]];</code> |= Example 1
|x2= <code>_this <nowiki>=</nowiki> [[TimeMultiplier]]; hint format ["%1",_this];</code> |= Example 2
 
____________________________________________________________________________________________
 
|[[setTimeMultiplier]] |= 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