useAudioTimeForMoves: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \{\{GameCategory\|[a-z]+[0-9]?\|Scripting Commands\}\}" to "")
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
Line 17: Line 17:
|descr= Switch between elapsed game time and audio time being used as animation timer. Used for audio/animation synchronization.
|descr= Switch between elapsed game time and audio time being used as animation timer. Used for audio/animation synchronization.


|s1= soldier '''useAudioTimeForMoves''' toggle
|s1= soldier '''useAudioTimeForMoves''' toggle


|p1= soldier: [[Object]]
|p1= soldier: [[Object]]

Revision as of 23:51, 19 June 2021

Hover & click on the images for description

Description

Description:
Switch between elapsed game time and audio time being used as animation timer. Used for audio/animation synchronization.
Groups:
Animations

Syntax

Syntax:
soldier useAudioTimeForMoves toggle
Parameters:
soldier: Object
toggle: Boolean
Return Value:
Nothing

Examples

Example 1:
player useAudioTimeForMoves true

Additional Information

See also:
setAccTimeaccTime

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 January 30, 2019 - 16:15 (UTC)
.kju
Makes movement (simulation) speed independent off accTime. So you can move "normal fast" in slow motion, and move "normal slow" in fast time.