useAudioTimeForMoves: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "</dd> </dl>" to "</dd> </dl>")
m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3")
Line 15: Line 15:
|gr1= Animations
|gr1= Animations


| 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

Revision as of 22:26, 13 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.