NDGIP

From Legends of Aria Admin and Modding Wiki
Revision as of 19:59, 23 November 2019 by Gizmo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

[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