[Trigger] GetLocalPlayer() and Play Unit Animation ?

Status
Not open for further replies.
Pro tip: tracking when a player selects a unit is really slow in multiplayer. If you use trackables instead, you can also trace when a player hovers the mouse over the button! I have a system for this that you can use to make it work with GUI.
Trackables also need to synchronize events so will have approximately the same latency in multiplayer (Round Trip Time + buffer).
 
Trackable is just a model you can place anywhere on the maps x/y axis. The z axis dont work.

It can fire a trigger event when a trackable is clicked, or you just hold your mouse cursor over it.

However blizzard did not finish them, and they are only available in jass. Trackables cant be move or deleted when first created.
 
Status
Not open for further replies.
Back
Top