GetAssociateType(object)
Returns the associate type of the specified creature
int GetAssociateType( object oCreature );
Parameters
oCreature
Creature to get the associate type of
Description
Returns the associate type of the specified creature.
Returns ASSOCIATE_TYPE_NONE if the creature is not the associate of anyone.
Remarks
Returns an ASSOCIATE_TYPE_* constant.
Version
1.61
See Also
categories: | Get Data from Creature Functions | Henchmen/Familiars/Summoned Functions |
constants: | ASSOCIATE_TYPE_* Constants |
author: Lilac Soul