GetCreatureRank

From Dragon Age Toolset Wiki
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