Files
GS13/code/__DEFINES/_protect.dm
2019-09-23 18:26:34 +02:00

10 lines
204 B
Plaintext

#define GENERAL_PROTECT_DATUM(Path)\
##Path/can_vv_get(var_name){\
return FALSE;\
}\
##Path/vv_edit_var(var_name, var_value){\
return FALSE;\
}\
##Path/CanProcCall(procname){\
return FALSE;\
}