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

Method get_script

modules/gdscript/gdscript.cpp:2139–2141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2137}
2138
2139Ref<Script> GDScriptInstance::get_script() const {
2140 return script;
2141}
2142
2143ScriptLanguage *GDScriptInstance::get_language() {
2144 return GDScriptLanguage::get_singleton();

Callers 15

_get_variant_stringFunction · 0.45
resolve_datatypeMethod · 0.45
reduce_identifierMethod · 0.45
type_from_variantMethod · 0.45
inst_to_dictMethod · 0.45
dict_to_instMethod · 0.45
is_instance_ofMethod · 0.45
add_constantMethod · 0.45
_get_var_typeFunction · 0.45
OPCODEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected