Difference between revisions of "GetEffectDurationType"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(looks okay, removing tag)
m (Updating link)
Line 6: 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=

Revision as of 20:18, 3 August 2011

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