You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
For example ACE mentions this about the PREP macro:
Functions shall be created in the functions\ subdirectory, named fnc_functionName.sqf They shall then be indexed via the PREP(functionName) macro in the XEH_preInit.sqf file.
The PREP macro allows for CBA function caching, which drastically speeds up load times. Beware though that function caching is enabled by default and as such to disable it you need to #define DISABLE_COMPILE_CACHE above your #include "script_components.hpp" include!
CBA Version: stable
Description:
For example ACE mentions this about the PREP macro:
As it is useful outside CBA, maybe it should be documented also on the wiki and or here:
http://cbateam.github.io/CBA_A3/docs/files/main/script_macros_common-hpp.html
The text was updated successfully, but these errors were encountered: