mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
68fe594cab
* Added effects only option to goggles * Set default back to 2
19 lines
328 B
Plaintext
19 lines
328 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
|