Difference between revisions of "GetCreatureCoreClass"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Fixing parameters)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name=GetCreatureCoreClass
+
|name         = GetCreatureCoreClass
|brief=Returns a creature's core class (mage, rogue, warrior)
+
|brief         = Returns a creature's core class (mage, rogue, warrior)
|param1type=object
+
|param1type   = object
|param1name=oCreature
+
|param1name   = oCreature
|param1desc=Returns a creature's core class (mage, rogue, warrior)
+
|param1desc   = Returns a creature's core class (mage, rogue, warrior)
|param1default=
+
|param1default =
|returntype=int
+
|returntype   = int
|returndesc=Creatures Core Class represents by an integer.
+
|returndesc   = Creatures Core Class represents by an integer.
|sourcefile=core_h
+
|sourcefile   = core_h
|sourcemodule=core
+
|sourcemodule = Core Game Resources
 
}}
 
}}
 
 
<!-- == 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: Object functions]]
+
[[Category:Creature functions]]

Latest revision as of 12:46, 24 August 2011

Returns a creature's core class (mage, rogue, warrior)

int GetCreatureCoreClass(
object oCreature
);
Parameters:
oCreature
Returns a creature's core class (mage, rogue, warrior)
Returns:

Creatures Core Class represents by an integer.

Source:

Core Game Resources.core_h