ACE3/addons/cargo/script_component.hpp

27 lines
654 B
C++
Raw Normal View History

2015-03-29 13:20:39 +00:00
#define COMPONENT cargo
2016-06-20 09:41:17 +00:00
#define COMPONENT_BEAUTIFIED Cargo
2015-03-29 13:20:39 +00:00
#include "\z\ace\addons\main\script_mod.hpp"
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS
2015-03-29 13:20:39 +00:00
#ifdef DEBUG_ENABLED_CARGO
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_ENABLED_CARGO
#define DEBUG_SETTINGS DEBUG_ENABLED_CARGO
#endif
2015-08-10 21:07:47 +00:00
#include "\z\ace\addons\main\script_macros.hpp"
#define MAX_LOAD_DISTANCE 5
#define GET_NUMBER(config,default) (if (isNumber (config)) then {getNumber (config)} else {default})
2024-05-31 06:46:00 +00:00
#define CARGO_TUMBLE_VELOCITY_DIVISOR (random [1, 2, 3])
#define CARGO_TUMBLE_RANDOM_MUL 8
2024-05-31 06:46:00 +00:00
#define CARGO_TUMBLE_TORQUE 500