Mouse pos and Z pos

Status
Not open for further replies.
For getting mouse x/y, no, not possible. You could use trackables. Trackables are like invisible square tiles in a way. So you would have to cover the whole map with trackables, and even still the solution might not be accurate dependong on the size of the trackables. It could also cause fps drop. I believe trackables won't register mouse position if there is a unit/doodad above the trackable. So basically forget about it.

For Z position use GetLocationZ function.
 
Status
Not open for further replies.
Back
Top