Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2139
Ref<Script> GDScriptInstance::get_script() const {
2140
return script;
2141
}
2142
2143
ScriptLanguage *GDScriptInstance::get_language() {
2144
return GDScriptLanguage::get_singleton();
Callers
15
debug_get_current_stack_info
Method · 0.45
_get_variant_string
Function · 0.45
resolve_datatype
Method · 0.45
reduce_identifier
Method · 0.45
type_from_variant
Method · 0.45
_get_function_replacement_info
Method · 0.45
inst_to_dict
Method · 0.45
dict_to_inst
Method · 0.45
is_instance_of
Method · 0.45
add_constant
Method · 0.45
_get_var_type
Function · 0.45
OPCODE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected