Difference between revisions of "GetCreatureRank"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCreatureRank
 
|name=GetCreatureRank
Line 7: Line 6:
 
|param1desc=The creature
 
|param1desc=The creature
 
|returntype=int
 
|returntype=int
|returndesc=The CREATURE_RANK_* constant associated with the creature.
+
|returndesc=The [[CREATURE_RANK*]] constant associated with the creature.
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 16: Line 15:
 
Returns the CreatureRank of a creature, representing its relative combat difficulty.
 
Returns the CreatureRank of a creature, representing its relative combat difficulty.
  
<!-- == Remarks == -->
+
== Remarks ==
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 +
 +
[[CREATURE_RANK*]] constants are defined in 2da_constants_h
  
 
<!-- == Examples == -->
 
<!-- == Examples == -->

Revision as of 20:02, 19 February 2010

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