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

Method fireRefreshEntities

source/gamemap/GameMap.cpp:2817–2827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2815}
2816
2817void GameMap::fireRefreshEntities()
2818{
2819 // Notify changes on visible tiles
2820 for(Seat* seat : mSeats)
2821 seat->notifyChangedVisibleTiles();
2822
2823 for(Creature* creature : mCreatures)
2824 {
2825 creature->fireCreatureRefreshIfNeeded();
2826 }
2827}
2828
2829void GameMap::addSpell(Spell *spell)
2830{

Callers 1

startNewTurnMethod · 0.80

Calls 2

Tested by

no test coverage detected