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

Function entities

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

Source from the content-addressed store, hash-verified

22
23 static auto& rawEntities() { return getGameState().entities; }
24 static auto entities() { return FixedVector(rawEntities()); }
25 static auto& rawListHeads() { return getGameState().entityListHeads; }
26 static auto& rawListCounts() { return getGameState().entityListCounts; }
27

Callers 2

resetSpatialIndexFunction · 0.85
updateSpatialIndexFunction · 0.85

Calls 1

FixedVectorClass · 0.85

Tested by

no test coverage detected