diff options
| author | Juan Linietsky | 2016-06-28 11:49:18 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-06-28 11:49:57 -0300 |
| commit | 3754f6cd755c5ab266869a33abdde87db4845712 (patch) | |
| tree | f8647354ac64c1ad886f732435ff83d503d85226 /modules/gdscript/gd_function.h | |
| parent | c6ca17e12a4e439c3146672627c30c09e617a253 (diff) | |
| download | godot-3754f6cd755c5ab266869a33abdde87db4845712.tar.gz godot-3754f6cd755c5ab266869a33abdde87db4845712.tar.zst godot-3754f6cd755c5ab266869a33abdde87db4845712.zip | |
Diffstat (limited to 'modules/gdscript/gd_function.h')
| -rw-r--r-- | modules/gdscript/gd_function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_function.h b/modules/gdscript/gd_function.h index 1f790eaad..942db170c 100644 --- a/modules/gdscript/gd_function.h +++ b/modules/gdscript/gd_function.h @@ -160,6 +160,7 @@ public: int get_default_argument_count() const; int get_default_argument_addr(int p_idx) const; GDScript *get_script() const { return _script; } + StringName get_source() const { return source; } void debug_get_stack_member_state(int p_line,List<Pair<StringName,int> > *r_stackvars) const; |
