| 258 | } |
| 259 | |
| 260 | bool DynamicQuery::script_has(uint32_t p_id) const { |
| 261 | return has(p_id); |
| 262 | } |
| 263 | |
| 264 | bool DynamicQuery::has(EntityID p_id) const { |
| 265 | // Make sure this entity has all the following components. |
nothing calls this directly
no outgoing calls
no test coverage detected