Difference between revisions of "Effect"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (moved the "see also" to the see also section)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=Effect
 
|name=Effect
Line 8: Line 7:
 
|param1default=EFFECT_TYPE_INVALID
 
|param1default=EFFECT_TYPE_INVALID
 
|returntype=effect
 
|returntype=effect
|returndesc=
+
|returndesc=a blank effect
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 15: Line 14:
 
== 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. -->
Creates an empty effect
+
Creates an empty effect.
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Revision as of 23:14, 15 January 2010

Creates a blank effect

effect Effect(
int nType = EFFECT_TYPE_INVALID
);
Parameters:
nType
[Undocumented]
Returns:

a blank effect

Source:

script.ldf

Description

Creates an empty effect.


See also

effect (data type)