Difference between revisions of "Injury RemoveAllInjuries"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
m (Fixing source, adding categories)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name = Injury_RemoveAllInjuries
+
|name         = Injury_RemoveAllInjuries
|brief = {{undocumented}}
+
|brief         = {{undocumented}}
|param1type = object
+
|param1type   = object
|param1name = oCharacter
+
|param1name   = oCharacter
|param1desc =  
+
|param1desc   =  
 
|param1default =
 
|param1default =
|returntype = void
+
|returntype   = void
|returndesc =  
+
|returndesc   =  
|sourcefile = sys_injury
+
|sourcefile   = sys_injury
|sourcemodule = Core Resources
+
|sourcemodule = Core Game Resources
 
}}
 
}}
 
 
<!-- == Description == -->
 
<!-- == Description == -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
 
<!-- == Examples == -->
 
<!-- == Examples == -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
 
<!-- == See also == -->
 
<!-- == See also == -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 +
 +
[[Category:Creature functions]]
 +
[[Category:Injury functions]]

Latest revision as of 14:34, 27 March 2012

[Undocumented]

void Injury_RemoveAllInjuries(
object oCharacter
);
Parameters:
oCharacter
[Undocumented]
Returns:

Nothing.

Source:

Core Game Resources.sys_injury