ACE3/addons/common/functions/fnc_inWater.sqf
2015-10-19 23:28:50 +02:00

20 lines
339 B
Plaintext

/*
* Author: Glowbal
* Check if unit's head is underwater
*
* Arguments:
* 0: Unit <OBJECT>
*
* Return Value:
* If unit's head is underwater <BOOL>
*
* Public: Yes
*
* Deprecated
*/
#include "script_component.hpp"
ACE_DEPRECATED("ace_common_fnc_inWater","3.5.0","ace_common_fnc_isUnderwater");
_this call FUNC(isUnderwater)