• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Changing dynamic window (e.g. health bar, skills) to static.

GregoryJ

New Member
Joined
Sep 8, 2013
Messages
21
Reaction score
0
Hello,

I am wanting to make the health bar and other windows static so the player can't move them around. I'm not looking for the code to be pasted bere, just the method I might do to achieve it :)

Thanks very much.
 
naah more complicated then that lol
Why would you misdirect people if you have no clue or any tip anyway?

It is
Code:
  draggable: false

which you have to add to the MiniWindow of the module.
 
Why would you misdirect people if you have no clue or any tip anyway?

It is
Code:
  draggable: false

which you have to add to the MiniWindow of the module.

Thanks for the tip ;) Much appreciated!

Thanks nogenem45 too!
 
Most attributes can be found in uiwidgetbasestyle.cpp you can check out what is available there as a tip.
 
Back
Top