Surface library ​
No description available
Classes ​
Functions ​
mnscript
MNGuiFrame Surface.CreateApplicationFrame() - Creates an application frame for this program. Previous frames are also removed.
mnscript
MNGuiFrame Surface.CreateApplicationFrameAsKiosk() - 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.
mnscript
MNGuiAvatarImage Surface.CreateAvatarImage(MNGuiPanel) - Creates an avatar image on the specified UI element.
mnscript
MNGuiButton Surface.CreateButton(MNGuiPanel) - Creates a button on the specified UI element.
mnscript
MNGuiImage Surface.CreateImage(MNGuiPanel) - Creates an image on the specified UI element.
mnscript
MNGuiInputButton Surface.CreateInputButton(MNGuiPanel) - Creates an input button on the specified UI element.
mnscript
MNGuiLabel Surface.CreateLabel(MNGuiPanel) - Creates a label on the specified UI element.
mnscript
MNGuiPanel Surface.CreatePanel(MNGuiPanel) - 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.
- Updates the UI and pushes all changes to the screen.
