Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_script
Method
get_script
core/object/object.cpp:1052–1054 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1050
}
1051
1052
Variant Object::get_script() const {
1053
return script;
1054
}
1055
1056
bool Object::has_meta(const StringName &p_name) const {
1057
return metadata.has(p_name);
Callers
9
save
Method · 0.45
_from_native
Method · 0.45
_find_custom_resource_format_loader
Method · 0.45
_find_custom_resource_format_saver
Method · 0.45
encode_variant
Function · 0.45
_internal_validate_object
Method · 0.45
get_call_error_text
Method · 0.45
callable.cpp
File · 0.45
set_script_instance
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected