Difference between revisions of "GetEffectCreator"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(looks okay, removing tag)
m (Correcting category)
 
Line 10: Line 10:
 
|sourcemodule=
 
|sourcemodule=
 
}}
 
}}
 
 
== 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 creator of an effect
 
Gets the creator 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

Get the creator of an effect

object GetEffectCreator(
effect eEffect
);
Parameters:
eEffect
the effect to be examined
Returns:

Returns the object that created the effect. Returns OBJECT_INVALID if the effect isn't valid

Source:

script.ldf

Description

Gets the creator of an effect