setTimeMultiplier: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
No edit summary
 
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


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


|1.26|= Game version
|eff= global


|eff= global |Multiplayer Effects=
|gr1= Time


|exec= server |=
|gr2= Mission Information
____________________________________________________________________________________________


| Sets a time multiplier for in-game time. The command range is now capped at 0.1 - 120 to avoid performance problems. |DESCRIPTION=
|gr3= Environment
____________________________________________________________________________________________


| '''setTimeMultiplier''' value|SYNTAX=
|serverExec= server


|p1= value: [[Number]] - has to be in range from 0.1 to 120 |PARAMETER1=
|descr= Sets a time multiplier for in-game time. The command range is capped at 0.1 - 120 to avoid performance problems.


|s1= [[setTimeMultiplier]] value


| [[Nothing]] |RETURNVALUE=
|p1= value: [[Number]] - has to be in range from 0.1 to 120


|r1= [[Nothing]]


|x1= <code>[[setTimeMultiplier]] 60;</code> |EXAMPLE1=
|x1= <sqf>setTimeMultiplier 60;</sqf>
|x2= <code>[[setTimeMultiplier]] 0.5;</code> |EXAMPLE2=


____________________________________________________________________________________________
|x2= <sqf>setTimeMultiplier 0.5;</sqf>


|[[timeMultiplier]], [[skipTime]], [[setAccTime]], [[accTime]], [[time]], [[serverTime]], [[date]], [[daytime]] |SEEALSO=
|seealso= [[timeMultiplier]] [[skipTime]] [[setAccTime]] [[accTime]] [[time]] [[serverTime]] [[date]] [[dayTime]]
}}


|mp= Server-side only in multi-player. |MPBEHAVIOUR=  
{{Note
____________________________________________________________________________________________
|user= Hypoxic125
|timestamp= 20230214170734
|text= '''timeMultiplier = 24 / IRL Hours per Game Day'''
<br><br>
Desired: 4 IRL Hours for Full In-Game Day
<br>
timeMultiplier = 24 / 4
<br>
timeMultiplier = 6
}}
}}
<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 Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Multiplayer|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Time_Functions|{{uc:{{PAGENAME}}}}]]

Latest revision as of 19:08, 14 February 2023

Hover & click on the images for description

Description

Description:
Sets a time multiplier for in-game time. The command range is capped at 0.1 - 120 to avoid performance problems.
Groups:
TimeMission InformationEnvironment

Syntax

Syntax:
setTimeMultiplier value
Parameters:
value: Number - has to be in range from 0.1 to 120
Return Value:
Nothing

Examples

Example 1:
setTimeMultiplier 60;
Example 2:
setTimeMultiplier 0.5;

Additional Information

See also:
timeMultiplier 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
Hypoxic125 - c
Posted on Feb 14, 2023 - 17:07 (UTC)
timeMultiplier = 24 / IRL Hours per Game Day

Desired: 4 IRL Hours for Full In-Game Day
timeMultiplier = 24 / 4
timeMultiplier = 6