Difference between revisions of "Injury RemoveInjury"

From Dragon Age Toolset Wiki
Jump to: navigation, search
Line 4: Line 4:
 
|param1type = object
 
|param1type = object
 
|param1name = oCharacter
 
|param1name = oCharacter
|param1desc =  
+
|param1desc = Character to remove the injury from
 
|param1default =
 
|param1default =
 
|param2type = int
 
|param2type = int

Revision as of 18:36, 16 February 2010

Remove a single injury

void Injury_RemoveInjury(
object oCharacter,
int nInjury
);
Parameters:
oCharacter
Character to remove the injury from
nInjury
Reference to Injuries.xls
Returns:

Nothing.

Source:

Core Resources.sys_injury