Difference between revisions of "GetCurrentEffect"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCurrentEffect
 
|name=GetCurrentEffect
Line 11: Line 10:
 
== 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. -->
Gets the effect associated with the current event.
+
 
This command should only be used in scripts handling effect applied/removed events.
+
Gets the effect associated with the current event. This command should only be used in scripts handling effect applied/removed events.
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Revision as of 00:47, 27 February 2010

Gets the effect associated with the current event

effect GetCurrentEffect(
);
Parameters:
None
Returns:

an effect

Source:

script.ldf

Description

Gets the effect associated with the current event. This command should only be used in scripts handling effect applied/removed events.