ACE3/addons/ui/functions/fnc_onAnimChanged.sqf
Filip Maciejewski d0fd45e220
UI - Infantry speed indictator (#8384)
Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-10-05 18:47:24 +02:00

20 lines
355 B
Plaintext

#include "script_component.hpp"
/*
* Author: veteran29
* Handle player unit animation changes.
*
* Arguments:
* 0: Unit <OBJECT>
* 1: Current animation <STRING>
*
* Return Value:
* None
*
* Example:
* [newbob, "amovpercmtacslowwrfldf_ver2"] call ace_ui_fnc_onAnimChanged
*
* Public: No
*/
(_this select 1) call FUNC(handleSpeedIndicator);