You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Add a new notification to detect crashes on native scripts
This commit is contained in:
@@ -181,6 +181,9 @@ class NativeScriptInstance : public ScriptInstance {
|
||||
|
||||
Object *owner;
|
||||
Ref<NativeScript> script;
|
||||
#ifdef DEBUG_ENABLED
|
||||
StringName current_method_call;
|
||||
#endif
|
||||
|
||||
void _ml_call_reversed(NativeScriptDesc *script_data, const StringName &p_method, const Variant **p_args, int p_argcount);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user