mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
16 lines
320 B
Plaintext
16 lines
320 B
Plaintext
/*
|
|
* Author: commy2
|
|
* Check if given unit is in a transitional animation
|
|
*
|
|
* Arguments:
|
|
* 0: A soldier <Object>
|
|
*
|
|
* Return Value:
|
|
* <Bool>
|
|
*
|
|
* Public: Yes
|
|
*/
|
|
#include "script_component.hpp"
|
|
|
|
getNumber (configFile >> "CfgMovesMaleSdr" >> "States" >> animationState (_this select 0) >> "looped") == 0 // return
|