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

Method reset

iterators/dynamic_query.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void DynamicQuery::reset() {
80 valid = true;
81 can_change = true;
82 elements.reset();
83 world = nullptr;
84}
85
86uint32_t DynamicQuery::access_count() const {
87 return elements.size();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected