Difference between revisions of "GetCreatureBodyBag"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m
 
(2 intermediate revisions by the same user not shown)
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=
Line 25: Line 24:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category: Uncategorised function]]
+
[[Category: Creature functions]]

Latest revision as of 23:54, 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