godot-xterm/addons
Leroy Hopson bea5d1c27d
Check if baton FuncRef is valid before calling call_funcv()
Often when closing a terminal in the terminal panel the error message
'Condition "!obj" is true.' would be printed to console.

This was due to the call_funcv() method being called on an invalid
FuncRef instance (invalid because it had already been deleted or queued
for delection).

Now we check the instance is valid before calling the method.
2022-07-11 09:33:00 +12:00
..
gd-plug Reformat existing gdscript code 2022-07-11 09:33:00 +12:00
godot_xterm Check if baton FuncRef is valid before calling call_funcv() 2022-07-11 09:33:00 +12:00