ACE3/addons/viewdistance/XEH_preInit.sqf
SAM 45992e5e7f All working except module returning any.
ace_viewdistance_moduleViewDistanceLimit always returning as any. No
error in the RPT relating to readSettingfromModule failing
2015-05-08 18:30:28 +02:00

11 lines
189 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(module);
PREP(returnViewDistanceValue);
PREP(returnViewDistanceLimit);
PREP(changeViewDistance);
PREP(initViewDistance);
ADDON = true;