ACE3/addons/spectator/XEH_preInit.sqf

31 lines
488 B
Plaintext
Raw Normal View History

2015-06-29 02:34:21 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(camera);
PREP(cameraIntro);
PREP(canSpectateUnit);
PREP(checkUnits);
PREP(compass);
PREP(crosshair);
PREP(draw3D);
PREP(drawMines2D);
PREP(drawMines3D);
PREP(drawTracks2D);
PREP(drawUnits2D);
PREP(drawUnits3D);
PREP(killed);
PREP(map);
PREP(moduleSpectator);
PREP(overlay);
PREP(penPos);
PREP(respawn);
PREP(sideColour);
PREP(status);
PREP(trackUnits);
PREP(unitInfo);
PREP(unitSide);
PREP(unitVar);
PREP(viewDistance);
ADDON = true;