Skip to content

Surface library ​

No description available

Classes ​

Functions ​

  • Creates an application frame for this program. Previous frames are also removed.
  • Creates an application frame for this program and immediately sets it to be a kiosk frame. ONLY WORKS ON KIOSK TERMINALS I.E ATMs or kiosk screens.
  • Creates an avatar image on the specified UI element.
  • Creates a button on the specified UI element.
  • Creates an image on the specified UI element.
  • Creates an input button on the specified UI element.
  • Creates a label on the specified UI element.
  • Creates a panel on the specified UI element.
mnscript
number Surface.ScreenScaleHeight(number) 
  • Returns a number from 0 - Screen Height.
mnscript
number Surface.ScreenScaleWidth(number) 
  • Returns a number from 0 - Screen Width.
mnscript
bool Surface.Update() 
  • Updates the UI and pushes all changes to the screen.