MCPcopy 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
1052Variant Object::get_script() const {
1053 return script;
1054}
1055
1056bool Object::has_meta(const StringName &p_name) const {
1057 return metadata.has(p_name);

Callers 9

saveMethod · 0.45
_from_nativeMethod · 0.45
encode_variantFunction · 0.45
get_call_error_textMethod · 0.45
callable.cppFile · 0.45
set_script_instanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected