Difference between revisions of "Disease RemoveAllDiseases"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = Disease_RemoveAllDiseases |brief = Removes ALL Diseases from a Character |param1type = object |param1name = oCharacter |param1desc = the creature to remove ...')
 
m (Fixing source, adding categories)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name = Disease_RemoveAllDiseases
+
|name         = Disease_RemoveAllDiseases
|brief = Removes ALL Diseases from a Character
+
|brief         = Removes ALL Diseases from a character
|param1type = object
+
|param1type   = object
|param1name = oCharacter
+
|param1name   = oCharacter
|param1desc = the creature to remove diseases from
+
|param1desc   = the creature to remove diseases from
 
|param1default =
 
|param1default =
|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 a single character.
Removes ALL Diseases from a Character.
+
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:Creature functions]]
 +
[[Category:Disease functions]]

Latest revision as of 14:27, 27 March 2012

Removes ALL Diseases from a character

void Disease_RemoveAllDiseases(
object oCharacter
);
Parameters:
oCharacter
the creature to remove diseases from
Returns:

Nothing.

Source:

Core Game Resources.sys_disease

Description

Removes ALL Diseases from a single character. Disease effects are defined in the [diseases 2da]] file.