Difference between revisions of "Disease RemoveAllDiseasesFromParty"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = Disease_RemoveAllDiseasesFromParty |brief = Removes ALL Diseases from ALL Party Members |returntype = void |returndesc = |sourcefile = sys_disease |sourcemo...')
 
m (Fixing source, adding categories)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name = Disease_RemoveAllDiseasesFromParty
+
|name             = Disease_RemoveAllDiseasesFromParty
|brief = Removes ALL Diseases from ALL Party Members
+
|brief             = Removes ALL diseases from ALL party members
|returntype = void
+
|returntype   = void
|returndesc =  
+
|returndesc     =  
|sourcefile = sys_disease
+
|sourcefile     = sys_disease
|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. -->
 
+
Removes ALL diseases from ALL party members.
Removes ALL Diseases from ALL Party Members.
+
Disease effects are defined in the [[diseases 2da]] file.
Disease Effects are defined in the Disease 2DA ([[diseases.xls]])
+
 
+
 
<!-- == 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:Disease functions]]
 +
[[Category:Party functions]]

Latest revision as of 14:27, 27 March 2012

Removes ALL diseases from ALL party members

void Disease_RemoveAllDiseasesFromParty(
);
Parameters:
None
Returns:

Nothing.

Source:

Core Game Resources.sys_disease

Description

Removes ALL diseases from ALL party members. Disease effects are defined in the diseases 2da file.