EffectSetPosition
Description
Updates the position of a created effect to new X, Y, and Z coordinates.
function EffectSetPosition(effect, x, y, z) --[[ ... ]] end
Parameters
effect:integer- The handle of the effect to move.x:number- X coordinate.y:number- Y coordinate.z:number- Z coordinate.
Return Values
None.
Example
None.