mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
742626ff1a
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
19 lines
331 B
Plaintext
19 lines
331 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] && {!GETVAR(ACE_player,ACE_isUnconscious,false)} // return
|