diff options
| author | Juan Linietsky | 2016-08-25 17:45:20 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-08-25 17:45:20 -0300 |
| commit | 9c6175db11ff72603ae58789a462b33ec1e910f8 (patch) | |
| tree | c7fbb26583b6c7f44b9f8091aa59497900527f08 /modules/gdscript/gd_script.h | |
| parent | 41a58f7935ecd0c91ae55a5e5b84425aadc51840 (diff) | |
| download | godot-9c6175db11ff72603ae58789a462b33ec1e910f8.tar.gz godot-9c6175db11ff72603ae58789a462b33ec1e910f8.tar.zst godot-9c6175db11ff72603ae58789a462b33ec1e910f8.zip | |
Diffstat (limited to 'modules/gdscript/gd_script.h')
| -rw-r--r-- | modules/gdscript/gd_script.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/gd_script.h b/modules/gdscript/gd_script.h index 856211b2f..0c3e1eb61 100644 --- a/modules/gdscript/gd_script.h +++ b/modules/gdscript/gd_script.h @@ -162,6 +162,8 @@ public: Variant _new(const Variant** p_args,int p_argcount,Variant::CallError& r_error); virtual bool can_instance() const; + virtual Ref<Script> get_base_script() const; + virtual StringName get_instance_base_type() const; // this may not work in all scripts, will return empty if so virtual ScriptInstance* instance_create(Object *p_this); virtual bool instance_has(const Object *p_this) const; |
