Difference between revisions of "GetCanLevelUp"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
 
Line 1: Line 1:
{{Generated with errors}}
+
{{dafunction|name=GetCanLevelUp
{{dafunction
+
|name=GetCanLevelUp
+
 
|brief=Get whether a creature can level up or not
 
|brief=Get whether a creature can level up or not
 
|param1type=object
 
|param1type=object
Line 7: Line 5:
 
|param1desc=The creature
 
|param1desc=The creature
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=TRUE if the creature can level up, FALSE otherwise
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Latest revision as of 23:24, 26 February 2010

Get whether a creature can level up or not

int GetCanLevelUp(
object oCreature
);
Parameters:
oCreature
The creature
Returns:

TRUE if the creature can level up, FALSE otherwise

Source:

script.ldf