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

Method script_get_current_entity_id

iterators/dynamic_query.cpp:338–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338uint32_t DynamicQuery::script_get_current_entity_id() const {
339 return get_current_entity_id();
340}
341
342EntityID DynamicQuery::get_current_entity_id() const {
343 return current_entity;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected