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

Method end_script

iterators/dynamic_query.cpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void DynamicQuery::end_script() {
125 conclude_process(nullptr);
126}
127
128void DynamicQuery::prepare_world(World *p_world) {
129 if (likely(can_change == false)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected