MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / notifyEntitiesSeatsWithVision

Method notifyEntitiesSeatsWithVision

source/entities/Tile.cpp:1740–1746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1738}
1739
1740void Tile::notifyEntitiesSeatsWithVision()
1741{
1742 for(GameEntity* entity : mEntitiesInTile)
1743 {
1744 entity->notifySeatsWithVision(mSeatsWithVision);
1745 }
1746}
1747
1748
1749bool Tile::isFullTile() const

Callers 1

updateVisibleEntitiesMethod · 0.80

Calls 1

notifySeatsWithVisionMethod · 0.45

Tested by

no test coverage detected