Difference between revisions of "NDGIP"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
 
Line 6: Line 6:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">PlayEffectAtLocation() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">PlayEffectAtLocation()</p>Params<br>effectname - effect name to play<br>location - location to play effect at<br>duration - Optional: Override client duration for effect (0 means let client decide when to end it)<br>args - Optional: arguments specific to the effect chosen (default is none) || Play a client special effect at specified location.
 
|}
 
|}
 
</center>
 
</center>

Latest revision as of 19:59, 23 November 2019

[Main] [Lua Examples]

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Global Functions & Examples

PlayEffectAtLocation()

Params
effectname - effect name to play
location - location to play effect at
duration - Optional: Override client duration for effect (0 means let client decide when to end it)
args - Optional: arguments specific to the effect chosen (default is none)
Play a client special effect at specified location.

Example

 CODE EXAMPLE BLOCK