setTimeMultiplier: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "|exec=" to "|serverExec=")
(19 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.26|= Game version
|1.26|Game version=
 
|eff= global |Multiplayer Effects=
 
|serverExec= server |=
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| '''setTimeMultiplier''' value|= Syntax
| '''setTimeMultiplier''' value|SYNTAX=


|p1= value: [[Number]]. |= Parameter 1
|p1= value: [[Number]] - has to be in range from 0.1 to 120 |PARAMETER1=




| [[Nothing]] |= RETURNVALUE
| [[Nothing]] |RETURNVALUE=  




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


____________________________________________________________________________________________
____________________________________________________________________________________________


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


|mp= Server-side only in multi-player and it works in single-player as well.|= MPBEHAVIOUR
|mp= Server-side only in multi-player. |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}
Line 38: Line 42:
<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Multiplayer|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Multiplayer|{{uc:{{PAGENAME}}}}]]
 
[[Category:Command_Group:_Time_Functions|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on September 23, 2014 - 02:54 (UTC)</dd>
<dt class="note">[[User:Benargee|Benargee]]</dt>
<dd class="note">
Setting this value too high will cause performance issues. (A3 1.28)
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 22:03, 14 January 2020

Hover & click on the images for description

Description

Description:
Sets a time multiplier for in-game time. The command range is now capped at 0.1 - 120 to avoid performance problems.
Multiplayer:
Server-side only in multi-player.
Groups:
Uncategorised

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:
timeMultiplierskipTimesetAccTimeaccTimetimeserverTimedatedaytime

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