πŸŽ“cheat

Functions:

push_callback

Callbacks list: Callbacks list

cheat.push_callback(callback: string, function: function)

Name
Type
Description

callback

string

callback

function

function

function

Registers an event with the specified callback.

cheat.popup(header: string, description: string)

Name
Type
Description

header

string

header

description

string

description

Calls a pop-up notification with the specified name and description.

notify

cheat.notify(text: string)

Name
Type
Description

text

string

text

Displays specific text on the screen and in the console.

Last updated