Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dentity.hpp650 void actStalagColumn();
996 void actStalagColumn(Entity* my);
H A Dactgeneral.cpp361 void actStalagColumn(Entity* my) in actStalagColumn() function
369 my->actStalagColumn(); in actStalagColumn()
372 void Entity::actStalagColumn() in actStalagColumn() function in Entity
H A Dmonster_minotaur.cpp901 entity->behavior == &actStalagColumn in actMinotaurCeilingBuster()
H A Dactboulder.cpp147 else if ( entity->behavior == &actStalagColumn ) in doesEntityStopBoulder()
H A Dmaps.cpp4866 entity->behavior = &actStalagColumn; in assignActions()