GetRacialType(object)
Determines the race of a creature.
int GetRacialType( object oCreature );
Parameters
oCreature
The creature whose race we are interested in.
Description
Returns the racial type (RACIAL_TYPE_*) of oCreature and RACIAL_TYPE_INVALID If oCreature is invalid.
Version
1.22
See Also
categories: | Get Data from Creature Functions |
constants: | RACIAL_TYPE_* Constants |
author: Tom Cassiotis
Send comments on this topic.