accTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:Scripting Commands OFP 1.[4-9]{2}(\|(\{\{uc:\{\{PAGENAME\}\}\}\}|#|[A-Z]+))?\]\] " to "")
m (Text replacement - " <dd class="notedate">" to " <dt><dt> <dd class="notedate">")
Line 40: Line 40:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
<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]]<dd class="note">Use [[setAccTime]] to change the time acceleration factor. Not to be confused with [[skipTime]].

Revision as of 01:12, 6 April 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.