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

Method changed_component

iterators/dynamic_query.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void DynamicQuery::changed_component(uint32_t p_component_id, bool p_mutable) {
48 _with_component(p_component_id, p_mutable, CHANGED_MODE);
49}
50
51void DynamicQuery::not_component(uint32_t p_component_id) {
52 _with_component(p_component_id, false, WITHOUT_MODE);

Callers 1

test_ecs_query.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected