GetIsPlayableRacialType
From NWN Lexicon
Contents |
[edit] GetIsPlayableRacialType(object)
Determine whether the target creature is one of the playable races.
int GetIsPlayableRacialType( object oCreature );
[edit] Parameters
oCreature
Creature to test.
[edit] Description
Returns TRUE if the creature given as an argument is a member of one of the playable races (dwarf, elf, gnome, half-elf, halfling, half-orc, or human). Otherwise, returns FALSE.
[edit] Version
1.22
[edit] See Also
author: Jason Harris, editor: Charles Feduke