GetCreatureRank

From Dragon Age Toolset Wiki
Revision as of 20:02, 19 February 2010 by BryanDerksen (Talk | contribs)

Jump to: navigation, search

Returns the rank of a creature

int GetCreatureRank(
object oCreature
);
Parameters:
oCreature
The creature
Returns:

The CREATURE_RANK* constant associated with the creature.

Source:

script.ldf

Description

Returns the CreatureRank of a creature, representing its relative combat difficulty.

Remarks

CREATURE_RANK* constants are defined in 2da_constants_h