ACE3/addons/finger/script_component.hpp

28 lines
604 B
C++
Raw Normal View History

2016-05-30 16:37:03 +00:00
#define COMPONENT finger
2016-06-20 09:41:17 +00:00
#define COMPONENT_BEAUTIFIED Finger
2016-05-30 16:37:03 +00:00
#include "\z\ace\addons\main\script_mod.hpp"
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define CBA_DEBUG_SYNCHRONOUS
// #define ENABLE_PERFORMANCE_COUNTERS
#ifdef DEBUG_ENABLED_FINGER
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_FINGER
#define DEBUG_SETTINGS DEBUG_SETTINGS_FINGER
#endif
#include "\z\ace\addons\main\script_macros.hpp"
#define BASE_SIZE 44
#define FP_TIMEOUT 2
#define FP_ACTION_TIMEOUT 1
#define FP_DISTANCE 5000
#define FP_RANDOMIZATION_X 0.0350
#define FP_RANDOMIZATION_Y 0.0100