Difference between revisions of "RemoveEffect"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(remove generated)
m (Correcting category)
 
Line 13: Line 13:
 
|sourcemodule=
 
|sourcemodule=
 
}}
 
}}
 
 
== 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 an effect from the object it's applied to  
 
Removes an effect from the object it's applied to  
 
 
<!-- == 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: Effect access functions]]
+
[[Category:Effect functions]]

Latest revision as of 19:00, 10 March 2012

Remove an effect

void RemoveEffect(
object oTarget,
effect eEffect
);
Parameters:
oTarget
The object to remove the effect from
eEffect
the effect to be removed
Returns:

Nothing.

Source:

script.ldf

Description

Removes an effect from the object it's applied to