RemoveProtections(int, object, int)
指定したタイプの全ての防御魔法を取り除きます。
int RemoveProtections( int nSpellID, object oTarget, int nCount );
Parameters
nSpellID
SPELL_ID_*
oTarget
防御魔法を取り除かれるObject
nCount
Not used
Description
指定したタイプの全ての防御呪文が取り除かれます。
1つもしくはそれ以上の防御呪文が取り除かれた場合1を、そうでなければ0を返します。
Remarks
nw_i0_spells.nssの33行目で見つかります。
Requirements
#include "nw_i0_spells"
Version
1.22
See Also
functions: | GetSpellBreachProtection |
categories: | Spells Functions |
constants: | SPELL_* Constants |
author: Tom Cassiotis, JP team: Rainie
Send comments on this topic.