ACE3/addons/laser_selfdesignate/XEH_pre_init.sqf

12 lines
169 B
Plaintext
Raw Normal View History

2015-06-07 20:00:43 +00:00
#include "script_component.hpp"
ADDON = false;
2016-02-22 14:20:36 +00:00
#include "XEH_PREP.hpp"
GVAR(active) = false;
FUNC(getPosASL) = {visiblePositionASL (_this select 0)};
2015-06-07 20:00:43 +00:00
ADDON = true;