• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Detect cursor coordinates.

Status
Not open for further replies.

Dr Super Good

Spell Reviewer
Level 65
Joined
Jan 18, 2005
Messages
27,296
Is it possible to detect the mouse cursor coordiantes?
No it is not possible in Warcraft III.

Best you can do is detect when the cursor is targeting something like a trackable and translate from that to map coordinate and then using the player's current camera position translate to screen coodinates. Since both trackables and camera coordinates are subject to network latency, the results will have considerable delay. Camera translation might also be imperfect and result in considerable inaccuracies in the screen space result.
 
Level 11
Joined
May 16, 2016
Messages
730
No it is not possible in Warcraft III.

Best you can do is detect when the cursor is targeting something like a trackable and translate from that to map coordinate and then using the player's current camera position translate to screen coodinates. Since both trackables and camera coordinates are subject to network latency, the results will have considerable delay. Camera translation might also be imperfect and result in considerable inaccuracies in the screen space result.
Are camera position coordinates for each player be different? Because then I saw the current camera position it doesn't offer me to choose of which player the camera view must be.
 
Status
Not open for further replies.
Top