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

Method verify_spawner_id

ecs.cpp:1024–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1022}
1023
1024bool ECS::verify_spawner_id(godex::spawner_id p_spawner_id) {
1025 return p_spawner_id < spawners.size();
1026}
1027
1028godex::spawner_id ECS::get_spawner_id(const StringName &p_name) {
1029 const int64_t index = spawners.find(p_name);

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected