accTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|ACCTIME]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|ACCTIME]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|ACCTIME]]
[[Category:Scripting Commands ArmA|ACCTIME]]


| ofp |= Game name


<h2 style="color:#000066">'''accTime'''</h2>
|1.00|= Game version
____________________________________________________________________________________________


| Returns the current time acceleration factor |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''accTime''' |= Syntax


None
| [[Number]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>_acc = accTime</pre> |= Example 1
____________________________________________________________________________________________


'''Type of returned value:'''
| [[setAccTime]] |= See also


[[Number]]
}}


'''Description:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Current time acceleration factor.
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>
Old Notes (temporary):


'''Example:'''
Use [[setAccTime]] to change the time acceleration factor. Not to be confused with [[skipTime]].


_eTime = '''acctime'''
[[Category:Scripting Commands|ACCTIME]]
 
[[Category:Scripting Commands OFP 1.96|ACCTIME]]
 
[[Category:Scripting Commands OFP 1.46|ACCTIME]]
'''Comments:'''
[[Category:Scripting Commands ArmA|ACCTIME]]
 
Use [[setAccTime]] to change the time acceleration factor.
 
Not to be confused with [[skipTime]].

Revision as of 22:49, 1 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

Bottom Section

Old Notes (temporary):

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