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!
Is there a way to disable the user from being able to drag a box and selecting a group of units? I also want to be able to remove the single selection ring that appears around units when the user has one selected.
I think you can remove the selection circle by setting Selection Size (or something like that) to 0.00 in the Object Editor for all units. If course, if you want to turn it on and off again, that wouldn't be an ideal solution.
There is an object called a trackable, which was never used by blizzard or implemented in GUI and it has a very limited API available.
Nevertheless, its main function is to detect mouse clicks and mouse movement, but one of its side-effects is that it actually prevents one from drawing a selection box on top of it.
It may be the solution, or it may not - you can read in detail about it here: Trackables.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.