ACE3/addons/ui/functions/fnc_onAnimChanged.sqf
jonpas 742626ff1a
General - Relative script_component.hpp includes (#9378)
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-12 20:58:10 +02:00

20 lines
358 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);