Page 1 of 1

How can I detect when "Hide UI" mode is used?

Posted: 26 Jun 2020, 19:22
by KINGTUT10101
I am making a plug-in that adds a new element to the players UI, but it doesn't disappear when Hide UI mode is used. How can I detect this mode so I can't hide the element?

Re: How can I detect when "Hide UI" mode is used?

Posted: 27 Jun 2020, 13:58
by Lobby
You can use this :teach

Code: Select all

if not TheoTown.SETTINGS.hideUI then
  -- Draw your stuff
end