SetCreatureWingType
From NWN Lexicon
Contents |
[edit] SetCreatureWingType(int, object)
Sets the wing type of the creature specified.
void SetCreatureWingType( int nWingType, object oCreature = OBJECT_SELF );
[edit] Parameters
nWingType
oCreature
The creature to change the wing type for. (Default: OBJECT_SELF)
[edit] Description
Sets the wing type of the creature specified.
Note: Only two creature model types will support wings. The model type for the part based (playable races) 'P' and model type 'W' in appearance.2da
[edit] Version
1.67
[edit] See Also
functions: | |
constants: |
author: Mistress, editor: Kookoo