-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Hi!
Since you've asked, I'm making an issue.
Suggestion: add an SQF command: ADE_onScriptError code, which would call my code passed to it on a script error.
It should pass information about the script error to the callback, such as: file, line number, error text, and the callstack itself in string or array form.
Further things to think of: should it be stackable? What if we register the same code variable multiple times?