Home
last modified time | relevance | path

Searched refs:ARX_SPELLS_RemoveAllSpellsOn (Results 1 – 4 of 4) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/game/
H A DSpells.h276 void ARX_SPELLS_RemoveAllSpellsOn(Entity * io);
H A DEntity.cpp237 ARX_SPELLS_RemoveAllSpellsOn(this); in ~Entity()
H A DSpells.cpp625 void ARX_SPELLS_RemoveAllSpellsOn(Entity *io) { in ARX_SPELLS_RemoveAllSpellsOn() function
2686 ARX_SPELLS_RemoveAllSpellsOn(e); in ARX_SPELLS_ClearAll()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/scene/
H A DInteractive.cpp1127 ARX_SPELLS_RemoveAllSpellsOn(io); in ARX_INTERACTIVE_ClearIODynData_II()