Difference between revisions of "GetEffectDurationType"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m (Correcting category)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetEffectDurationType
 
|name=GetEffectDurationType
Line 7: Line 6:
 
|param1desc=the effect
 
|param1desc=the effect
 
|returntype=int
 
|returntype=int
|returndesc=Returns the EFFECT_DURATION_TYPE_* of an effect
+
|returndesc=Returns the [[EFFECT_DURATION_TYPE_*]] of an effect
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 15: 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