setTimeMultiplier: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also, example)
mNo edit summary
Line 12: Line 12:
| '''setTimeMultiplier''' value|= Syntax
| '''setTimeMultiplier''' value|= Syntax


|p1= Multiplier: [[Number]]. |= Parameter 1
|p1= value: [[Number]]. |= Parameter 1





Revision as of 22:24, 15 July 2014

Hover & click on the images for description

Description

Description:
Sets a time multiplier for in-game time.
Multiplayer:
Server-side only in multi-player and it works in single-player as well.
Groups:
Uncategorised

Syntax

Syntax:
setTimeMultiplier value
Parameters:
value: Number.
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