BIS fnc functionsDebug: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|+$" to "") |
(formatting) |
||
Line 9: | Line 9: | ||
|gr1= Diagnostic | |gr1= Diagnostic | ||
|descr= | |descr= Changes debug mode used when compiling functions from the [[Arma 3: Functions Library]]. Also recompiles all functions. See [[Arma 3: Functions Library]] for more information. | ||
|s1= | |s1= mode call [[BIS_fnc_functionsDebug]] | ||
| | |p1= mode: [[Number]] - debug mode, can be: | ||
* 0 - no debugging | |||
* 1 - script map will be saved | |||
* 2 - script map will be saved and logged | |||
| | |r1= [[Boolean]] | ||
|seealso= | |x1= <code>2 call [[BIS_fnc_functionsDebug]];</code> | ||
|seealso= [[Arma 3: Functions Library]] | |||
}} | }} |
Revision as of 10:37, 14 August 2021
Description
- Description:
- Changes debug mode used when compiling functions from the Arma 3: Functions Library. Also recompiles all functions. See Arma 3: Functions Library for more information.
- Execution:
- call
- Groups:
- Diagnostic
Syntax
- Syntax:
- mode call BIS_fnc_functionsDebug
- Parameters:
- mode: Number - debug mode, can be:
- 0 - no debugging
- 1 - script map will be saved
- 2 - script map will be saved and logged
- Return Value:
- Boolean
Examples
- Example 1:
2 call BIS_fnc_functionsDebug;
Additional Information
- See also:
- Arma 3: Functions Library
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