mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #65910 from KoBeWi/gdsus
Cleanup function state connections when destroying instance
This commit is contained in:
commit
604493eb6e
3 changed files with 22 additions and 2 deletions
|
@ -628,6 +628,7 @@ public:
|
|||
Variant resume(const Variant &p_arg = Variant());
|
||||
|
||||
void _clear_stack();
|
||||
void _clear_connections();
|
||||
|
||||
GDScriptFunctionState();
|
||||
~GDScriptFunctionState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue