mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add addon variable to FCS
This commit is contained in:
parent
6731a8e1d6
commit
4356c0d02b
@ -1,5 +1,7 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
ADDON = false;
|
||||
|
||||
PREP(adjustRange);
|
||||
PREP(canResetFCS);
|
||||
PREP(canUseFCS);
|
||||
@ -11,3 +13,5 @@ PREP(keyDown);
|
||||
PREP(keyUp);
|
||||
PREP(reset);
|
||||
PREP(vehicleInit);
|
||||
|
||||
ADDON = true;
|
||||
|
Loading…
Reference in New Issue
Block a user