Difference between revisions of "GetCreatureBodyBag"

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
 
{{dafunction
 
|name=GetCreatureBodyBag
 
|name=GetCreatureBodyBag
Line 5: Line 4:
 
|param1type=object
 
|param1type=object
 
|param1name=oCreature
 
|param1name=oCreature
|param1desc=
+
|param1desc=The creature to get the body bag for
 
|returntype=object
 
|returntype=object
|returndesc=
+
|returndesc=The creature's body bag
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Revision as of 23:47, 10 February 2010

Get the body bag placeable associated with this creature..

object GetCreatureBodyBag(
object oCreature
);
Parameters:
oCreature
The creature to get the body bag for
Returns:

The creature's body bag

Source:

script.ldf

Description