MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getListCount

Function getListCount

src/OpenLoco/src/Entities/EntityManager.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 uint16_t getListCount(const EntityListType list)
117 {
118 return rawListCounts()[enumValue(list)];
119 }
120
121 template<>
122 EntityBase* get(EntityId id)

Callers 4

createEntityMiscFunction · 0.85
createEntityMoneyFunction · 0.85
createEntityVehicleFunction · 0.85
checkNumFreeEntitiesFunction · 0.85

Calls 1

enumValueFunction · 0.85

Tested by

no test coverage detected