Callbacks list: Callbacks list
cheat.push_callback(callback: string, function: function)
callback
string
function
Registers an event with the specified callback.
cheat.popup(header: string, description: string)
header
description
Calls a pop-up notification with the specified name and description.
cheat.notify(text: string)
text
Displays specific text on the screen and in the console.
Last updated 3 years ago