• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[JASS] Tracable Function

Status
Not open for further replies.
Level 16
Joined
Mar 3, 2006
Messages
1,564
native TriggerRegisterTrackableTrackEvent takes trigger whichTrigger, trackable t returns event


This is the function I was told to use if I want to do some event when the mouse pointer is over a unit or a region but I don't know how to use it.

Can anyone tell me how to use it.

Example: I want to display a message when I point on a hero to view its description without selecting it, what is/are the function(s) I need ?

Thanks in advance to any help :)
 
Level 9
Joined
Jul 3, 2008
Messages
495
Blizzard never finished trackables, sadly. You can only create them on a point,
and register click or mouse over. But you cant move and remove them.

So if your hero walks arround on the map, you can't use trackables. But if he
are on the same position you can. What I dont think he is
 
Level 16
Joined
Mar 3, 2006
Messages
1,564
Blizzard never finished trackables, sadly. You can only create them on a point,
and register click or mouse over. But you cant move and remove them.

So if your hero walks arround on the map, you can't use trackables. But if he
are on the same position you can. What I dont think he is

I'm not professional with JASS but can you explain more precisly.
 
Status
Not open for further replies.
Top