ACE3/addons/viewdistance/XEH_preInit.sqf

11 lines
177 B
Plaintext
Raw Normal View History

2015-05-07 20:41:44 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(module);
2015-05-08 12:14:15 +00:00
PREP(returnViewDistanceValue);
PREP(returnViewDistanceLimit);
2015-05-08 12:14:15 +00:00
PREP(changeViewDistance);
2015-05-09 08:43:20 +00:00
PREP(init);
2015-05-07 20:41:44 +00:00
2015-05-08 12:14:15 +00:00
ADDON = true;