GetCreatureWingType

From NWN Lexicon


Contents

[edit] GetCreatureWingType(object)

Returns the CREATURE_WING_TYPE_* of the creature specified.

int  GetCreatureWingType(
    object oCreature = OBJECT_SELF
);

[edit] Parameters

oCreature

The creature you wish to examine. (Default: OBJECT_SELF)


[edit] Description

Returns the CREATURE_WING_TYPE_* of the creature specified.

Returns CREATURE_WING_TYPE_NONE if used on a non-creature object, if the creature has no wings, or if the creature can not have its wing type changed in the toolset.



[edit] Version

1.67

[edit] See Also

functions: 

SetCreatureTailType

constants: 

CREATURE_WING_TYPE_*



author: bernosky, editor: Mistress

Personal tools
Categories