accTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <dl class="command_description"> <dt><dt>" to " <dl class="command_description"> <dt><dt>")
m (Text replacement - " \| *s([0-9]) *= ([^ ]+)? ?'''([a-zA-Z0-9_]+)''' ?([^ ]+)? " to " |s$1= $2 $3 $4 ")
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 17:44, 12 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.