setTimeMultiplier: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}}") |
mNo edit summary |
||
Line 7: | Line 7: | ||
|eff= global |Multiplayer Effects= | |eff= global |Multiplayer Effects= | ||
|gr1= Time |=GROUP1 | |||
|gr2= Mission Information|=GROUP2 | |||
|gr3= Environment|=GROUP3 | |||
|serverExec= server |= | |serverExec= server |= | ||
Line 44: | Line 48: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 17:40, 15 September 2020
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:
- 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
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
Categories:
- Scripting Commands
- Introduced with Arma 3 version 1.26
- Arma 3: New Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Time
- Command Group: Mission Information
- Command Group: Environment
- Scripting Commands: Global Effect
- Scripting Commands: Server Execution
- Arma 3: New Scripting Commands List
- Scripting Commands Arma 3