MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / GetNextMonsterId

Method GetNextMonsterId

PanzerChasm/server/map.cpp:3172–3175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3170}
3171
3172EntityId Map::GetNextMonsterId()
3173{
3174 return ++next_monster_id_;
3175}
3176
3177EntityId Map::GetLightSourceId(
3178 const unsigned int parent_procedure_number,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected