SetCreatureRank

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

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.