2015-03-14 11:05:43 +00:00
|
|
|
#define COMPONENT dragging
|
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
|
2015-03-25 19:18:23 +00:00
|
|
|
//#define DEBUG_ENABLED_DRAGGING
|
2016-01-29 05:26:02 +00:00
|
|
|
// #define DEBUG_MODE_FULL
|
|
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
// #define CBA_DEBUG_SYNCHRONOUS
|
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
2015-03-25 19:18:23 +00:00
|
|
|
|
2015-03-14 11:05:43 +00:00
|
|
|
#ifdef DEBUG_ENABLED_DRAGGING
|
|
|
|
#define DEBUG_MODE_FULL
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_ENABLED_DRAGGING
|
|
|
|
#define DEBUG_SETTINGS DEBUG_ENABLED_DRAGGING
|
|
|
|
#endif
|
|
|
|
|
2015-03-16 18:25:29 +00:00
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
|
|
|
|
|
|
|
#define DRAG_ANIMATIONS ["amovpercmstpslowwrfldnon_acinpknlmwlkslowwrfldb_2", "amovpercmstpsraswpstdnon_acinpknlmwlksnonwpstdb_2", "amovpercmstpsnonwnondnon_acinpknlmwlksnonwnondb_2", "acinpknlmstpsraswrfldnon", "acinpknlmstpsnonwpstdnon", "acinpknlmstpsnonwnondnon", "acinpknlmwlksraswrfldb", "acinpknlmwlksnonwnondb"]
|
2015-03-25 12:32:59 +00:00
|
|
|
#define CARRY_ANIMATIONS ["acinpercmstpsnonwnondnon", "acinpknlmstpsnonwnondnon_acinpercmrunsnonwnondnon"]
|