mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
19 lines
323 B
Plaintext
19 lines
323 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) == 2 && {!GETVAR(ACE_player,ACE_isUnconscious,false)} // return
|