You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #65910 from KoBeWi/gdsus
Cleanup function state connections when destroying instance
This commit is contained in:
@@ -628,6 +628,7 @@ public:
|
||||
Variant resume(const Variant &p_arg = Variant());
|
||||
|
||||
void _clear_stack();
|
||||
void _clear_connections();
|
||||
|
||||
GDScriptFunctionState();
|
||||
~GDScriptFunctionState();
|
||||
|
||||
Reference in New Issue
Block a user