BIS_fnc_recompile

From Bohemia Interactive Community
Revision as of 01:50, 8 April 2020 by R3vo (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Can be used to recompile functions.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[mode] call BIS_fnc_recompile
Parameters:
mode: Number or String - String should be the name of a function. Only this function will be recompiled. If number the following modes are available:
  • 0 - Autodetect what compile type should be used (Default)
  • 1 - Forced recompile of all the things
  • 2 - Create only uiNamespace variables (used in UI)
  • 3 - Create missionNamespace variables and initialize mission
  • 4 - Create only missionNamespace variables
  • 5 - Recompile all functions, and initialize mission (used for editor preview with function recompile)
Return Value:
Boolean

Examples

Example 1:
[] call BIS_fnc_recompile;

Additional Information

See also:
compilecompileFinal

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note


Notes

Bottom Section