BIS fnc recompile: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:\{\{Name\|arma3\}\}: [fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
Tag: Undo |
||
Line 37: | Line 37: | ||
[[Category:{{Name|arma2oa}}: Functions|{{uc:recompile}}]] | [[Category:{{Name|arma2oa}}: Functions|{{uc:recompile}}]] | ||
[[Category:{{Name|tkoh}}: Functions|{{uc:recompile}}]] | [[Category:{{Name|tkoh}}: Functions|{{uc:recompile}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:recompile}}]] |
Revision as of 09:55, 2 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Diagnostic
Syntax
- Syntax:
- Syntax needed
- Parameters:
- mode (Optional, default 0):
- String - name of the function to be recompiled
- Number - can be:
- 0 - Autodetect what compile type should be used
- 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:
- Return value needed
Examples
- Example 1:
[] call BIS_fnc_recompile;
- Example 2:
[3] call BIS_fnc_recompile;
- Example 3:
["BIS_fnc_spawnVehicle"] call BIS_fnc_recompile;
Additional Information
- See also:
- See also needed
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