common_xeh.hpp 236 B

123456
  1. #define macro_standard_eh class fire_script { \
  2. fired = "_this call (uinamespace getvariable 'BIS_fnc_effectFired');"; \
  3. }; \
  4. class killed_script {\
  5. killed = "_this call (uinamespace getvariable 'BIS_fnc_effectKilled');";\
  6. };