Home
last modified time | relevance | path

Searched refs:onBlockingChangedCell (Results 1 – 5 of 5) sorted by relevance

/dports/games/py-fife/fifengine-0.4.2/engine/core/model/structures/
H A Dcell.i48 virtual void onBlockingChangedCell(Cell* cell, CellTypeInfo type, bool blocks) = 0;
H A Dcell.h118 virtual void onBlockingChangedCell(Cell* cell, CellTypeInfo type, bool blocks) = 0;
H A Dcell.cpp458 (*i)->onBlockingChangedCell(this, m_type, blocks); in callOnBlockingChanged()
H A Dtrigger.cpp82 virtual void onBlockingChangedCell(Cell* cell, CellTypeInfo type, bool blocks) { in onBlockingChangedCell() function in FIFE::TriggerChangeListener
H A Dcellcache.cpp345 virtual void onBlockingChangedCell(Cell* cell, CellTypeInfo type, bool blocks) { in onBlockingChangedCell() function in FIFE::ZoneCellChangeListener