The basic GuiScreen class
GuiContainer
readonly doesGuiPauseGame: boolean
readonly
boolean
Does the gui pause the game?
mouseClicked(x, y, button): void
x
y
button
void
Click the gui in the given position.
Parameters
number
The x position
The y position
The button
Returns
mouseClickMove(x, y, button, time): void
time
Drag mouse to position.
Time since last click
mouseReleased(x, y, button): void
Release mouse at the given position.
Last updated 3 months ago