SetCreatureRank

From Dragon Age Toolset Wiki
Jump to: navigation, search

Sets the rank of a creature.

void SetCreatureRank(
object oCreature,
int nRank
);
Parameters:
oCreature
The creature
nRank
The new rank (CREATURE_RANK_*)
Returns:

Nothing.

Source:

script.ldf

Description

Sets a creature's rank, representing its relative combat difficulty.

Remarks

CREATURE_RANK_* constants are defined in 2da_constants_h