From Bohemia Interactive Community
Hover & click on the images for description
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 in format:
- _functionName: String - function name
- _lineNumber: Number - line number
- _scopeName: String - scope name
- _variablesHashmap: HashMap - all local variables
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