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