• 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.

[General] "Static if LIBRARY_<name>" : is there an equivalent to test presence of GUI system/variable ?

Status
Not open for further replies.
Hello,

I know of "static if" followed by one or more constant booleans, and that when a vJass library is present in the map, a constant global boolean LIBRARY_<name> is created.

Is there an equivalent to detect the presence of a GUI system ? Or there isn't, and the only option is to create a config const boolean yourself and ask the users to set it to true or false if they use the system ?

Sincerely,

Ricola3D
 
Status
Not open for further replies.
Top