mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
b5d3c6c9a5
Copied from Gut repo godot_4 branch commit: ba19a4c1b6f88160641a67a39729144046c6391f
6 lines
231 B
Text
6 lines
231 B
Text
{func_decleration}
|
|
__gutdbl.spy_on('{method_name}', {param_array})
|
|
if(__gutdbl.should_call_super('{method_name}', {param_array})):
|
|
return {super_call}
|
|
else:
|
|
return __gutdbl.get_stubbed_return('{method_name}', {param_array})
|