Difference between revisions of "NDGIP"
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
Global Functions & Examples
PlayEffectAtLocation() Paramseffectname - 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