BIS fnc paramTimeAcceleration: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (infobox to template)
(Page filling)
Line 5: Line 5:
|1.00|Game version=
|1.00|Game version=


<!---|arg= local |Multiplayer Arguments=--->
| Manages [[setTimeMultiplier]] Multiplayer setting (set with [[Arma 3 Mission Parameters|paramTimeAcceleration.hpp]]) |Description=


<!---|eff= local |Multiplayer Effects=--->
| timeMultiplier call [[BIS_fnc_paramTimeAcceleration]] |Syntax=


| <pre>/*
|p1= timeMultiplier: [[Number]] - (Optional, default [[timeMultiplier]]) |Parameter 1=
Author: Nelson Duarte


Description:
| [[Number]] - the set ratio |Return value=
Set time acceleration ratio


Parameter(s):
|x1= <code>5 [[call]] [[BIS_fnc_paramTimeAcceleration]];</code> |Example 1=
NUMBER - Ratio


Returns:
|seealso= [[setTimeMultiplier]] [[timeMultiplier]]
NUMBER - Ratio
*/</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=
 
|[] call [[BIS_fnc_paramTimeAcceleration]]|Syntax=
 
|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
 
|Datatype - description|Return value=
 
|x1= <code></code>|Example 1=
 
| |See also=
}}
}}



Revision as of 01:46, 6 January 2020

Hover & click on the images for description

Description

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

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