accTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *s([0-9]) *= ([^ ]+)? ?'''([a-zA-Z0-9_]+)''' ?([^ ]+)? " to " |s$1= $2 $3 $4 ")
m (Text replacement - "]]<dd class="note">" to "]]</dt> <dd class="note">")
Line 39: Line 39:
<dt><dt>
<dt><dt>
<dd class="notedate">Posted on August 2, 2006 - 03:10</dd>
<dd class="notedate">Posted on August 2, 2006 - 03:10</dd>
<dt class="note">[[User:Hoz|Hoz]]<dd class="note">Use [[setAccTime]] to change the time acceleration factor. Not to be confused with [[skipTime]].
<dt class="note">[[User:Hoz|Hoz]]</dt>
<dd class="note">Use [[setAccTime]] to change the time acceleration factor. Not to be confused with [[skipTime]].


</dl>
</dl>

Revision as of 19:33, 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.