GetRacialType(object)

クリーチャーの種族を得ます。

int GetRacialType(
    object oCreature
);

Parameters

oCreature

調べたいクリーチャー


Description

oCreatureの種族タイプ(RACIAL_TYPE_*)を返します。oCreatureが無効な場合はRACIAL_TYPE_INVALIDを返します。



Version

1.22

See Also

categories: Get Data from Creature Functions
constants: RACIAL_TYPE_* Constants


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