ACE3/addons/common/functions/fnc_isTurnedOut.sqf

22 lines
449 B
Plaintext
Raw Normal View History

/*
* Author: commy2
* Check if the unit is in a vehicle and turned out.
*
2015-09-18 19:12:40 +00:00
* Arguments:
* 0: Unit, not the vehicle <OBJECT>
*
* Return Value:
* Is the unit turned out or not? Will return false if there is no option to turn out in the first place. <BOOL>
*
* Public: Yes
*
2015-09-18 19:12:40 +00:00
* Deprecated
*/
2015-01-13 19:56:02 +00:00
#include "script_component.hpp"
2015-09-21 20:09:54 +00:00
ACE_DEPRECATED("ace_common_fnc_isTurnedOut","3.5.0","isTurnedOut");
2015-09-21 19:25:18 +00:00
2015-09-18 19:12:40 +00:00
params ["_unit"];
2015-09-18 19:12:40 +00:00
isTurnedOut _unit // return