Compiles a function into mission namespace and into ui namespace for caching purposes. Recompiling can be enabled by inserting the CBA_cache_disable.pbo from the optionals folder.
0: _funcFile | Path to function sqf file STRING |
1: _funcName | Final function name STRING |
None
[_funcFile, _funcName] call CBA_fnc_compileFunction;
commy2