MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_base_script

Method get_base_script

modules/gdscript/gdscript.cpp:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269Ref<Script> GDScript::get_base_script() const {
270 if (_base) {
271 return Ref<GDScript>(_base);
272 } else {
273 return Ref<Script>();
274 }
275}
276
277StringName GDScript::get_global_name() const {
278 return global_name;

Callers 15

find_childrenMethod · 0.45
is_typeMethod · 0.45
is_instance_ofMethod · 0.45
OPCODEFunction · 0.45
_get_property_locationFunction · 0.45
_get_constant_locationFunction · 0.45
_get_signal_locationFunction · 0.45

Calls

no outgoing calls

Tested by 1