in game interface

SyrisX

New Member
Reaction score
3
Is there any way to "hide" the in game interface, during gameplay. And then restore it at a later time?
 

Komaqtion

You can change this now in User CP.
Reaction score
469
Use this JASS native:
JASS:
    call EnableUserUI( false )


This will disable the UI for all players.

JASS:
    call EnableUserUI( true )


And that will enable it ;)
Might work with GetLocalPlayer(), like:
Trigger:
  • Custom script: if GetLocalPlayer() == Player(0) then
    • Custom script: call EnableUserUI( false )
    • Custom script: endif
 

SyrisX

New Member
Reaction score
3
Nice... I'll have to goof around with it once I get home. Does this allow for user control throughout?

I am creating a calendar system with trackables and images placed in game (mostly GUI). I already have it working nicely, but this would make it just that much better.

Thanks much :)
 

SyrisX

New Member
Reaction score
3
I am having problems getting this to actually work. Were you able to successfully remove the interface?

Has anyone successfully hidden the interface using these natives?
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top