setTimeMultiplier: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> <h3 style='display:none'>Bottom Section</h3>" to "")
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
(4 intermediate revisions by 2 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


|gr1= Time |GROUP1=
|gr2= Mission Information
|gr2= Mission Information|GROUP2=
 
|gr3= Environment|GROUP3=
|gr3= Environment


|serverExec= server
|serverExec= server


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


| [[Nothing]] |RETURNVALUE=  
|s1= '''setTimeMultiplier''' value


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


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


|x1= <code>[[setTimeMultiplier]] 60;</code>


|[[timeMultiplier]], [[skipTime]], [[setAccTime]], [[accTime]], [[time]], [[serverTime]], [[date]], [[daytime]]  |SEEALSO=
|x2= <code>[[setTimeMultiplier]] 0.5;</code>


|mp= Server-side only in multi-player. |MPBEHAVIOUR=  
|seealso= [[timeMultiplier]], [[skipTime]], [[setAccTime]], [[accTime]], [[time]], [[serverTime]], [[date]], [[daytime]]
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 16:51, 3 May 2021

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