Difference between revisions of "GetCreatureRank"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) m (1 revision: Importing auto-generated function articles) |
BryanDerksen (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | |||
{{dafunction | {{dafunction | ||
|name=GetCreatureRank | |name=GetCreatureRank | ||
| Line 7: | Line 6: | ||
|param1desc=The creature | |param1desc=The creature | ||
|returntype=int | |returntype=int | ||
| − | |returndesc=The | + | |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 == | |
<!-- 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 19:02, 19 February 2010
Returns the rank of a creature
- 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