Difference between revisions of "Injury AddInjury"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = Injury_AddInjury |brief = Add a single injury |param1type = object |param1name = oCharacter |param1desc = |param1default = |param2type = int |param2name = n...')
 
Line 4: Line 4:
 
|param1type = object
 
|param1type = object
 
|param1name = oCharacter
 
|param1name = oCharacter
|param1desc =  
+
|param1desc = The character to add the injury to
 
|param1default =
 
|param1default =
 
|param2type = int
 
|param2type = int
 
|param2name = nInjury
 
|param2name = nInjury
|param2desc =  
+
|param2desc = Reference to [[Injuries.xls]]
 
|param2default =
 
|param2default =
 
|returntype = void
 
|returntype = void

Revision as of 18:39, 16 February 2010

Add a single injury

void Injury_AddInjury(
object oCharacter,
int nInjury
);
Parameters:
oCharacter
The character to add the injury to
nInjury
Reference to Injuries.xls
Returns:

Nothing.

Source:

Core Resources.sys_injury