HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Game interface trigger?

09-28-2007, 09:09 AM#1
chongkeat
How do you make the "view creep camp" button (next to minimap) unclickable? Is there a trigger for this, or can you edit that directly in worldeditor?
09-28-2007, 11:07 AM#2
Hitchhiker
there is
Collapse JASS:
native EnableMinimapFilterButtons takes boolean enableAlly, boolean enableCreep returns nothing

There is also a GUI Function:
Trigger:
Game - Disable ally color button and Disable creep camp button
09-29-2007, 02:25 AM#3
chongkeat
Oh, OK. Thanks!