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

Method begin_script

iterators/dynamic_query.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void DynamicQuery::begin_script(Object *p_world) {
119 WorldECS *world = Object::cast_to<WorldECS>(p_world);
120 ERR_FAIL_COND_MSG(world == nullptr, "The given object is not a `WorldECS`.");
121 initiate_process(world->get_world());
122}
123
124void DynamicQuery::end_script() {
125 conclude_process(nullptr);

Callers

nothing calls this directly

Calls 1

get_worldMethod · 0.80

Tested by

no test coverage detected