Difference between revisions of "GetClassRank"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (Fixing category)
 
Line 1: Line 1:
 
{{Generated with errors}}
 
{{Generated with errors}}
 
{{dafunction
 
{{dafunction
|name=GetClassRank
+
|name         = GetClassRank
|brief=Get a creature's ranks in a class
+
|brief       = Get a creature's ranks in a class
|param1type=object
+
|param1type   = object
|param1name=oCreature
+
|param1name   = oCreature
|param1desc=The creature
+
|param1desc   = The creature
|param2type=int
+
|param2type   = int
|param2name=nClass
+
|param2name   = nClass
|param2desc=The class you're querying
+
|param2desc   = The class you're querying
|returntype=int
+
|returntype   = int
|returndesc=
+
|returndesc   =  
|sourcefile=script.ldf
+
|sourcefile   = script.ldf
|sourcemodule=
+
|sourcemodule =  
 
}}
 
}}
 
 
<!-- == Description == -->
 
<!-- == Description == -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
 
<!-- == Examples == -->
 
<!-- == Examples == -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
 
<!-- == See also == -->
 
<!-- == See also == -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category: Placeable object functions]]
+
[[Category:Creature functions]]

Latest revision as of 18:16, 11 March 2012

This page was generated by Sunjammer's Dragon Age Script Parser.

The parser was unable to extract and/or match all the information required and has flagged this page as containing one or more errors. The source file was not formatted correctly and the information presented is incomplete or incorrect.

This page must be reviewed by a knowledgeable scripter as it will need to be updated. Once identified, the issue in the source file should be reported to BioWare.

Please remove the {{Generated with errors}} tag once the page has been corrected.

Get a creature's ranks in a class

int GetClassRank(
object oCreature,
int nClass
);
Parameters:
oCreature
The creature
nClass
The class you're querying
Returns:

[Undocumented]

Source:

script.ldf