Difference between revisions of "Injury RemoveInjury"

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

Revision as of 18:36, 16 February 2010

Remove a single injury

void Injury_RemoveInjury(
object oCharacter,
int nInjury
);
Parameters:
oCharacter
[Undocumented]
nInjury
Reference to Injuries.xls
Returns:

Nothing.

Source:

Core Resources.sys_injury