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

Method script_has

iterators/dynamic_query.cpp:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260bool DynamicQuery::script_has(uint32_t p_id) const {
261 return has(p_id);
262}
263
264bool DynamicQuery::has(EntityID p_id) const {
265 // Make sure this entity has all the following components.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected