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

Function paintEntities

src/OpenLoco/src/Paint/PaintEntity.cpp:80–83  ·  view source on GitHub ↗

0x0046FA88

Source from the content-addressed store, hash-verified

78
79 // 0x0046FA88
80 void paintEntities(PaintSession& session, const World::Pos2& loc)
81 {
82 paintEntitiesWithFilter(session, loc, [](const EntityBase*) { return true; });
83 }
84
85 static bool isEntityFlyingOrFloating(const EntityBase* entity)
86 {

Callers 1

Calls 1

paintEntitiesWithFilterFunction · 0.85

Tested by

no test coverage detected