-
Notifications
You must be signed in to change notification settings - Fork 0
Instances
We recommend you to first visit Getting Started, before getting deeper into the logic.
Notification of GAdmin
.
Arguments: Function: function()
.
Sets function that will be triggered when noticiation being pressed on.
Arguments: State: boolean
.
Highlights text of the notification.
Arguments: None
.
Disconnects all of the connections.
Arguments: None
.
Moves outside of the screen and then getting removed.
Arguments: None
.
Removes notification without animation.
Window on the screen.
Table of functions, that is given to every WindowData
function as a first argument. Example: OnClicked
function.
Frame
- Frame of the window.
Remove()
- Removes window.
GetState()
- Returns current state of the button.
ChangeState(Boolean)
- Changes state of the button.
NextMovement(Keys, Speed, DeltaTime)
- Returns CFrame. Not recommended to use.
Table of settings, given to Window
.
Size: "Small" | "Normal" | "Big" | "Giant"
- Size of the window.
ButtonOn: string
- Default text of the button when it is enabled.
ButtonOff: string
- Default text of the button when it is disabled.
OnRemove: (Data: WindowFunctions)
- Called whenever window is getting removed.
OnClicked: (Data: WindowFunctions, State: boolean)
- Called whenever button is clicked.
Inputs
- Array list InputData
.
UserInputService
- Array list of functions, that is called whenever user input is received. (Function arguments: (Data: WindowFunctions, Began: boolean, InputKey: KeyCode, InputType: UserInputType)
)
Creates TextBox
for the Window.
DefaultInput: string
- Default text, written in the textbox.
Name: string
- Title of the textbox.
OnChange: (Data: WindowFunctions, Input: string)
- Function, that is called whenever user leaves from textbox.
Just like Window Instance
, but can only have one textbox.
Table of functions, that is given to every WindowData
function as a first argument. Example: OnClicked
function.
Frame
- Frame of the window.
Remove()
- Removes window.
NextMovement(Keys, Speed, DeltaTime)
- Returns CFrame. Not recommended to use.
Table of settings, given to Input Window
.
Size: "Normal" | "Big"
- Size of the window.
Input: table
- InputData
.
OnClicked: (Data: WindowFunctions, State: boolean)
- Called whenever button is clicked.
OnRemove: (Data: WindowFunctions)
- Called whenever window is getting removed.
DefaultInput: string
- Default text, written in the textbox.
OnChange: (Data: WindowFunctions, Input: string)
- Function, that is called whenever user leaves from textbox.
Reference to the GAdmin's TopBar.
See methods here