Difference between revisions of "Injury RemoveAllInjuriesFromParty"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = Injury_RemoveAllInjuriesFromParty |brief = {{undocumented}} |returntype = void |returndesc = |sourcefile = sys_injury |sourcemodule = Core Resources }} <!-...') |
m (Fixing source, adding categories) |
||
| Line 1: | Line 1: | ||
{{dafunction | {{dafunction | ||
| − | |name = Injury_RemoveAllInjuriesFromParty | + | |name = Injury_RemoveAllInjuriesFromParty |
| − | |brief = {{undocumented}} | + | |brief = {{undocumented}} |
| − | |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:Injury functions]] | ||
| + | [[Category:Party functions]] | ||
Latest revision as of 13:31, 27 March 2012
void Injury_RemoveAllInjuriesFromParty(
);
);
- Parameters:
- None
- Returns:
- Nothing.
- Source:
- Core Game Resources.sys_injury