Difference between revisions of "SetCreatureGoreLevel"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(fill in descs)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetCreatureGoreLevel
 
|name=SetCreatureGoreLevel
|brief=
+
|brief=Sets a creature's gore level
 
|param1type=object
 
|param1type=object
 
|param1name=oCreature
 
|param1name=oCreature
|param1desc=
+
|param1desc=The creature whose gore level is to be set
 
|param2type=float
 
|param2type=float
 
|param2name=fGoreLevel
 
|param2name=fGoreLevel
|param2desc=
+
|param2desc=Gore level to set the creature to
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=

Latest revision as of 19:37, 10 December 2009

Sets a creature's gore level

void SetCreatureGoreLevel(
object oCreature,
float fGoreLevel
);
Parameters:
oCreature
The creature whose gore level is to be set
fGoreLevel
Gore level to set the creature to
Returns:

Nothing.

Source:

script.ldf