ACE3/addons/goggles/functions/fnc_canWipeGlasses.sqf
johnb432 ee0e947611
General - Use ace_common_fnc_isAwake where possible (#10098)
* Use `ace_common_fnc_isAwake` where possible

* Revert bad change
2024-07-02 12:38:14 -07:00

19 lines
325 B
Plaintext

#include "..\script_component.hpp"
/*
* Author: veteran29
* Checks if player can wipe goggles.
*
* Arguments:
* None
*
* Return Value:
* Can wipe goggles <BOOL>
*
* Example:
* [] call ace_goggles_fnc_canWipeGlasses
*
* Public: No
*/
GVAR(effects) in [2, 3] && {ACE_player call EFUNC(common,isAwake)} // return