mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix fast recompiling documentation (#5409)
it can be used for MACRO way only
This commit is contained in:
parent
ff1247daef
commit
606e9c088d
@ -127,7 +127,7 @@ class CfgSettings {
|
||||
#define DISABLE_COMPILE_CACHE
|
||||
```
|
||||
|
||||
All functions with disabled caching can be recompiled with `[] call ACE_PREP_RECOMPILE;` command without mission restart. You can add a addAction/keybind/pfeh with this code and use it for fast recompiling.
|
||||
All functions in module with `DISABLE_COMPILE_CACHE` line can be recompiled without mission restart with `[] call ACE_PREP_RECOMPILE;` command. You can add a addAction/keybind/pfeh with this code and use it for fast recompiling.
|
||||
|
||||
### 7.2 Restrictions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user