ACE3/TO_MERGE/cse/f_modules/Combat_Space_Enhancement.h

21 lines
573 B
C
Raw Normal View History

2015-01-12 22:22:54 +00:00
class Combat_Space_Enhancement {
class EventHandlers {
class PreInit_EventHandlers {
class cse_f_modules {
init = " call compile preprocessFile 'cse\cse_f_modules\init.sqf';";
};
};
class PostInit_EventHandlers {
class cse_f_modules {
init = " call compile preprocessFile 'cse\cse_f_modules\post-init.sqf';";
};
};
};
class CustomEventHandlers {
/**
* Called when the enableModule_f function is called. Third argument is whatever or not the module has initalized.
*/
class moduleEnabled_f; // [moduleName, arguments, enabled]
};
};