GetCreatureRank

From Dragon Age Toolset Wiki
Revision as of 13:24, 3 August 2011 by Sunjammer (Talk | contribs) (Updating links)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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