GetIsImmune(object, int, object)

クリーチャーが指定した耐性を持っているかどうかを調べます。

int GetIsImmune(
    object oCreature,
    int nImmunityType,
    object oVersus = OBJECT_INVALID
);

Parameters

oCreature

耐性をチェックするクリーチャー

nImmunityType

IMMUNITY_TYPE_*

oVersus

これが指定されていれば、oVersusの種族や性格チェックを行います。(デフォルト:OBJECT_INVALID)


Description

oCreatureがnImmunityタイプの耐性や対oVersusを持っていればTRUEを、そうでなければFALSEを返します。



Version

1.22

See Also

functions: EffectSpellImmunity
categories: Miscellaneous Functions
constants: IMMUNITY_TYPE_* Constants


author: Tom Cassiotis, JP team: Rainie
Send comments on this topic.