accTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \{\{GameCategory\|[a-z]+[0-9]?\|Scripting Commands\}\}" to "")
m (Text replacement - "\|s1= +" to "|s1= ")
Line 26: Line 26:
|descr= Returns the current simulation acceleration factor.
|descr= Returns the current simulation acceleration factor.


|s1= [[accTime]]  
|s1= [[accTime]]  


|r1= [[Number]]
|r1= [[Number]]

Revision as of 16:32, 19 June 2021

Hover & click on the images for description

Description

Description:
Returns the current simulation acceleration factor.
Groups:
Time

Syntax

Syntax:
accTime
Return Value:
Number

Examples

Example 1:
_acc = accTime;

Additional Information

See also:
setAccTimesetTimeMultipliertimeMultiplieruseAudioTimeForMoves

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
Posted on August 2, 2006 - 03:10
Hoz
Use setAccTime to change the time acceleration factor. Not to be confused with skipTime.