Difference between revisions of "GetVisualEffectLocation"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Correcting category)
m (Fixing parameters)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
|name=GetVisualEffectLocation
+
|name         = GetVisualEffectLocation
|brief=Returns the location of a visual effect
+
|brief       = Returns the location of a visual effect
|param1type=effect
+
|param1type   = effect
|param1name=eVFX
+
|param1name   = eVFX
|param1desc=The visual effect
+
|param1desc   = The visual effect
|returntype=location
+
|returntype   = location
|returndesc=
+
|returndesc   = The location of the visual effect
|sourcefile=script.ldf
+
|sourcefile   = script.ldf
|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. -->
+
Returns the location of a visual effect. If it was applied to a location, it will be location it was applied at. If it was applied to an object, it will be the object's location
Returns the location of a visual effect. If it was applied to a location, it will be
+
<!-- == Remarks == --><!-- This section contains additional comments, observations and known issues. -->
location it was applied at. if it was applied to an object, it will be the objects location
+
<!-- == Examples == --><!-- This section contains examples transcluded from the snippet library. -->
<!-- == Remarks == -->
+
<!-- == See also == --><!-- This section contains links to articles, functions or constant groups. -->
<!-- This section contains additional comments, observations and known issues. -->
+
<!-- == Examples == -->
+
<!-- This section contains examples transcluded from the snippet library. -->
+
<!-- == See also == -->
+
<!-- This section contains links to articles, functions or constant groups. -->
+
  
 
[[Category:Effect functions]]
 
[[Category:Effect functions]]

Latest revision as of 20:31, 5 April 2015

Returns the location of a visual effect

location GetVisualEffectLocation(
effect eVFX
);
Parameters:
eVFX
The visual effect
Returns:

The location of the visual effect

Source:

script.ldf

Description

Returns the location of a visual effect. If it was applied to a location, it will be location it was applied at. If it was applied to an object, it will be the object's location