Difference between revisions of "GetCreatureGoreLevel"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(fill in missing parameters)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCreatureGoreLevel
 
|name=GetCreatureGoreLevel
Line 5: Line 4:
 
|param1type=object
 
|param1type=object
 
|param1name=oCreature
 
|param1name=oCreature
|param1desc=
+
|param1desc=The creature whose gore level we want
 
|returntype=float
 
|returntype=float
|returndesc=
+
|returndesc=Creature's gore level
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Latest revision as of 22:05, 11 February 2010


float GetCreatureGoreLevel(
object oCreature
);
Parameters:
oCreature
The creature whose gore level we want
Returns:

Creature's gore level

Source:

script.ldf