ACE3/addons/grenades/script_component.hpp

23 lines
552 B
C++
Raw Normal View History

2015-01-14 07:55:23 +00:00
#define COMPONENT grenades
#include "\z\ace\addons\main\script_mod.hpp"
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define CBA_DEBUG_SYNCHRONOUS
// #define ENABLE_PERFORMANCE_COUNTERS
2015-01-14 07:55:23 +00:00
2015-01-14 18:28:44 +00:00
#ifdef DEBUG_ENABLED_GRENADES
2015-01-14 07:55:23 +00:00
#define DEBUG_MODE_FULL
#endif
2015-01-14 18:28:44 +00:00
#ifdef DEBUG_SETTINGS_GRENADES
#define DEBUG_SETTINGS DEBUG_SETTINGS_GRENADES
2015-01-14 07:55:23 +00:00
#endif
#include "\z\ace\addons\main\script_macros.hpp"
2015-01-14 20:40:37 +00:00
#define EFFECT_STAGE_RESETAI 0
#define EFFECT_STAGE_DELETELIGHT 1
#define EFFECT_STAGE_PARTIALRECOVERY 2
#define EFFECT_STAGE_FULLRECOVERY 3