GetIsDead(object)

クリーチャーが死亡または瀕死かどうかを調べます。

int GetIsDead(
    object oCreature
);

Parameters

oCreature

調べるクリーチャー


Description

oCreatureが死亡NPC、死亡PCまたは瀕死のPCであればTRUEを返します、でなければFALSEを返します。



Version

1.22

See Also

categories: Miscellaneous Functions


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