Home
last modified time | relevance | path

Searched refs:ARX_SPELLS_GetInstanceForThisCaster (Results 1 – 3 of 3) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/game/
H A DSpells.cpp2721 long ARX_SPELLS_GetInstanceForThisCaster(Spell typ, long caster) { in ARX_SPELLS_GetInstanceForThisCaster() function
2733 return (ARX_SPELLS_GetInstanceForThisCaster(typ, caster) != -1); in ARX_SPELLS_ExistAnyInstanceForThisCaster()
3651 long iCancel = ARX_SPELLS_GetInstanceForThisCaster(SPELL_ARMOR, in ARX_SPELLS_Launch()
3711 iCancel = ARX_SPELLS_GetInstanceForThisCaster(SPELL_MANA_DRAIN, in ARX_SPELLS_Launch()
4042 long iCancel = ARX_SPELLS_GetInstanceForThisCaster(SPELL_ARMOR, in ARX_SPELLS_Launch()
4048 iCancel = ARX_SPELLS_GetInstanceForThisCaster(SPELL_LOWER_ARMOR, in ARX_SPELLS_Launch()
4097 long iCancel = ARX_SPELLS_GetInstanceForThisCaster(SPELL_ARMOR, in ARX_SPELLS_Launch()
4103 iCancel = ARX_SPELLS_GetInstanceForThisCaster(SPELL_LOWER_ARMOR, in ARX_SPELLS_Launch()
4869 iCancel = ARX_SPELLS_GetInstanceForThisCaster(SPELL_HARM, in ARX_SPELLS_Launch()
4993 long iCancel = ARX_SPELLS_GetInstanceForThisCaster(SPELL_HARM, in ARX_SPELLS_Launch()
[all …]
H A DSpells.h278 long ARX_SPELLS_GetInstanceForThisCaster(Spell typ, long caster);
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/script/
H A DScriptedNPC.cpp189 long sp = ARX_SPELLS_GetInstanceForThisCaster(spellid, from); in execute()