MCPcopy Create free account
hub / github.com/GodotECS/godex / is_valid

Method is_valid

utils/fetchers.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool ComponentDynamicExposer::is_valid() const {
38 return component_ptr != nullptr;
39}
40
41bool ComponentDynamicExposer::_set(const StringName &p_name, const Variant &p_value) {
42 if (mut) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected