twitch addon
This commit is contained in:
parent
2cd7af98a1
commit
07de7179c9
254 changed files with 18420 additions and 1 deletions
7
addons/gut/double_templates/function_template.txt
Normal file
7
addons/gut/double_templates/function_template.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{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})
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue