Difference between revisions of "SetDead"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(fix missing parameter, remove tag)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetDead
 
|name=SetDead
Line 8: Line 7:
 
|param2type=int
 
|param2type=int
 
|param2name=bDeadFlagValue
 
|param2name=bDeadFlagValue
|param2desc=
+
|param2desc=The value to set the dead flag to
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=

Latest revision as of 22:17, 2 March 2010

Set the object's dead flag

void SetDead(
object oObject,
int bDeadFlagValue
);
Parameters:
oObject
the object who's death we are defining
bDeadFlagValue
The value to set the dead flag to
Returns:

Nothing.

Source:

script.ldf