useAudioTimeForMoves: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> <h3 style='display:none'>Bottom Section</h3>" to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma2 |Game name=
| arma2


|1.00|Game version=
|1.00


|gr1= Animations|GROUP1=
|gr1= Animations


| Switch between elapsed game time and audio time being used as animation timer. Used for audio/animation synchronization. |DESCRIPTION=
| Switch between elapsed game time and audio time being used as animation timer. Used for audio/animation synchronization.


| soldier '''useAudioTimeForMoves''' toggle |SYNTAX=
| soldier '''useAudioTimeForMoves''' toggle


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


|p2= toggle: [[Boolean]] |PARAMETER2=
|p2= toggle: [[Boolean]]


|p3= |PARAMETER3=  
|p3=


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]




|x1= <code>player useAudioTimeForMoves true</code>|EXAMPLE1=
|x1= <code>player useAudioTimeForMoves true</code>




| [[setAccTime]], [[accTime]] |SEEALSO=
| [[setAccTime]], [[accTime]]


| |MPBEHAVIOUR=
|
}}
}}



Revision as of 12:40, 18 January 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.