1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/spectator/ACE_Settings.hpp
mharis001 7877ce3116 Spectator - Add setting for follow camera max distance ()
* Add setting for follow camera max distance

* Convert spectator settings to CBA function
2019-05-11 23:32:13 -05:00

12 lines
210 B
C++

class ACE_Settings {
class GVAR(enableAI) {
movedToSQF = 1;
};
class GVAR(restrictModes) {
movedToSQF = 1;
};
class GVAR(restrictVisions) {
movedToSQF = 1;
};
};