Difference between revisions of "GetCreatureCoreClass"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(created)
 
Line 23: Line 23:
 
== See also ==
 
== See also ==
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
[[CreateObject]], [[DestroyObject]]
 
  
 
[[Category: Object functions]]
 
[[Category: Object functions]]

Revision as of 10:30, 28 February 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.core_h


Remarks

See also