accTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (added note)
Line 26: Line 26:
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->


Use [[setAccTime]] to change the time acceleration factor. Not to be confused with [[skipTime]].
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
Old Notes (temporary):
Use [[setAccTime]] to change the time acceleration factor. Not to be confused with [[skipTime]].


[[Category:Scripting Commands|ACCTIME]]
[[Category:Scripting Commands|ACCTIME]]

Revision as of 03:10, 2 August 2006

Hover & click on the images for description

Description

Description:
Returns the current time acceleration factor
Groups:
Uncategorised

Syntax

Syntax:
accTime
Return Value:
Number

Examples

Example 1:
_acc = accTime

Additional Information

See also:
setAccTime

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

Notes

Use setAccTime to change the time acceleration factor. Not to be confused with skipTime.

Bottom Section