accTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
Current time acceleration factor.
Current time acceleration factor.


Use [[setAccTime]] to change the time acceleration factor.


Not to be confused with [[skipTime]].
'''Example:'''
 
_eTime = '''acctime'''
 


'''Comments:'''


'''Example:'''
Use [[setAccTime]] to change the time acceleration factor.


_eTime = '''acctime'''
Not to be confused with [[skipTime]].

Revision as of 13:29, 15 April 2006

back to COMREF

accTime

Operand types:

None

Type of returned value:

Number

Description:

Current time acceleration factor.


Example:

_eTime = acctime


Comments:

Use setAccTime to change the time acceleration factor.

Not to be confused with skipTime.