setAccTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 17: Line 17:


May be also used to slow time in cutscenes.
May be also used to slow time in cutscenes.
A good habit to get into is setting the [[acctime]] to 1 at the start of all cutscenes, in case the [[player]] is running at 4x speed when the scene starts.


This command does NOT work in multiplayer.
This command does NOT work in multiplayer.
Line 26: Line 24:


'''setAccTime''' 0.1
'''setAccTime''' 0.1
'''Comments:'''
A good habit to get into is setting the [[acctime]] to 1 at the start of all cutscenes, in case the [[player]] is running at 4x speed when the scene starts.

Revision as of 21:52, 16 April 2006

back to COMREF

setAccTime accFactor


Operand types:

accFactor: Number

Type of returned value:

Nothing

Description:

Set time acceleration coefficient.

May be also used to slow time in cutscenes.

This command does NOT work in multiplayer.


Example:

setAccTime 0.1


Comments:

A good habit to get into is setting the acctime to 1 at the start of all cutscenes, in case the player is running at 4x speed when the scene starts.