Difference between revisions of "GetCurrentEffect"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) m (1 revision: Importing auto-generated function articles) |
BryanDerksen (Talk | contribs) (looks okay, removing tag) |
||
| Line 1: | Line 1: | ||
| − | |||
{{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 23:47, 26 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.