ACE3/addons/fastroping/script_component.hpp

24 lines
710 B
C++
Raw Normal View History

2015-09-16 21:01:01 +00:00
#define COMPONENT fastroping
2016-06-20 09:41:17 +00:00
#define COMPONENT_BEAUTIFIED Fastroping
2015-09-16 21:01:01 +00:00
#include "\z\ace\addons\main\script_mod.hpp"
// #define DRAW_FASTROPE_INFO
2016-04-12 17:28:48 +00:00
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS
2015-12-28 16:48:47 +00:00
#ifdef DEBUG_ENABLED_FASTROPING
2015-09-16 21:01:01 +00:00
#define DEBUG_MODE_FULL
#endif
2015-12-28 16:48:47 +00:00
#ifdef DEBUG_SETTINGS_FASTROPING
#define DEBUG_SETTINGS DEBUG_SETTINGS_FASTROPING
2015-09-16 21:01:01 +00:00
#endif
#include "\z\ace\addons\main\script_macros.hpp"
#define ANIMS_HOOK ["extendHookRight", "extendHookLeft"]
#define ANIMS_ANIMATEDOOR ["door_R", "door_L", "CargoRamp_Open", "Door_rear_source", "Door_6_source", "CargoDoorR", "CargoDoorL"]
#define ANIMS_ANIMATE ["dvere1_posunZ", "dvere2_posunZ", "doors"]