GetGender(object)

クリーチャーの性別を調べます。

int GetGender(
    object oCreature
);

Parameters

oCreature

調べるクリーチャー


Description

oCreatureの性別(GENDER_*)を返します。



Version

1.22

See Also

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


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