BIS fnc paramTimeAcceleration: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|s1= +" to "|s1= ")
m (Text replacement - "<code>(\[?[^\[]+\]?) *(\[\[)?(call|spawn)(\]\])? *(\[\[)?(BI(N|S)_fnc_[a-zA-Z0-9_]+)(\]\])?;?<\/code>" to "<sqf>$1 $3 $6;</sqf>")
Line 14: Line 14:
|r1= [[Number]] - the set ratio
|r1= [[Number]] - the set ratio


|x1= <code>5 [[call]] [[BIS_fnc_paramTimeAcceleration]];</code>
|x1= <sqf>5 call BIS_fnc_paramTimeAcceleration;</sqf>


|seealso= [[setTimeMultiplier]] [[timeMultiplier]]
|seealso= [[setTimeMultiplier]] [[timeMultiplier]]
}}
}}

Revision as of 14:24, 1 July 2022

Hover & click on the images for description

Description

Description:
Manages setTimeMultiplier Multiplayer setting (set with paramTimeAcceleration.hpp)
Execution:
call
Groups:
Mission Parameters

Syntax

Syntax:
timeMultiplier call BIS_fnc_paramTimeAcceleration
Parameters:
timeMultiplier: Number - (Optional, default timeMultiplier)
Return Value:
Number - the set ratio

Examples

Example 1:
5 call BIS_fnc_paramTimeAcceleration;

Additional Information

See also:
setTimeMultiplier timeMultiplier

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