Difference between revisions of "GetEffectDurationType"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Updating link)
m (Correcting category)
 
Line 14: Line 14:
 
<!-- 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 DurationType of an effect
 
Gets the DurationType of an effect
 
 
<!-- == 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:44, 10 March 2012

Set the creator of an effect

int GetEffectDurationType(
effect eEffect
);
Parameters:
eEffect
the effect
Returns:

Returns the EFFECT_DURATION_TYPE_* of an effect

Source:

script.ldf

Description

Gets the DurationType of an effect