mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-12 21:50:26 +01:00
7 lines
248 B
Text
7 lines
248 B
Text
{func_decleration}
|
|
{vararg_warning}__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})
|
|
|