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

Method with_query

systems/dynamic_system.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void godex::DynamicSystemExecutionData::with_query(DynamicQuery *p_query) {
35 CRASH_COND_MSG(compiled, "The system is already build, this function can't be called now.");
36 fetchers.push_back(p_query);
37}
38
39void godex::DynamicSystemExecutionData::with_databag(uint32_t p_databag_id, bool p_mutable) {
40 CRASH_COND_MSG(compiled, "The system is already build, this function can't be called now.");

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected