diag stacktrace: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
No edit summary |
||
Line 10: | Line 10: | ||
|s1= [[diag_stacktrace]] | |s1= [[diag_stacktrace]] | ||
|r1= [[Array]] in format: | |r1= [[Array]] of [[Array]]s, in format: | ||
<sqf>params ["_functionName", "_lineNumber", "_scopeName", "_variablesHashmap"];</sqf> | <sqf>params ["_functionName", "_lineNumber", "_scopeName", "_variablesHashmap"];</sqf> | ||
* _functionName: [[String]] - function name | * _functionName: [[String]] - function name |
Revision as of 15:22, 10 August 2022
Description
- Description:
- Returns an array containing the function name, line number, scope name and all local variables in form of a hashmap.
- Groups:
- Diagnostic
Syntax
- Syntax:
- diag_stacktrace
- Return Value:
- Array of Arrays, in format:
Examples
- Example 1:
Additional Information
- See also:
- diag_dumpCalltraceToLog
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