GetCreatureSize(object)

Determines the size class of a creature.

int GetCreatureSize(
    object oCreature
);

Parameters

oCreature

The creature whose size we are to determine.


Description

Returns the size (CREATURE_SIZE_*) of oCreature.



Version

1.22

See Also

categories: Get Data from Creature Functions
constants: CREATURE_SIZE_* Constants


 author: Tom Cassiotis
 Send comments on this topic.