RaweTrip
  • Welcome
  • Official Discord
  • Useful information
    • πŸ”ŒFor beginners
    • β™ŸοΈCommon knowledge
    • πŸ“šExamples
      • βš™οΈTab system
      • βš™οΈUI Interaction
      • βš™οΈClantag
      • βš™οΈWireframe smoke
  • documentation
    • ⛓️Common
      • πŸ“žCallbacks list
    • βš™οΈVariables
      • πŸ‘€esp
      • πŸ“œplist
      • πŸ”«weapon
      • ⚑vector
      • 🎨color
      • πŸŽ“cheat
      • πŸ’»ui
      • πŸ™οΈrender
      • πŸšΆβ€β™‚οΈentity
      • 🌎globalvars
      • πŸ› οΈengine
      • πŸ”©utils
      • πŸ–₯️console
      • πŸ”‘base64
      • πŸ“ bit
      • πŸ—ƒοΈfile
      • πŸ“Άhttp
      • βœ‰οΈchat
      • 〽️animate
      • 🧱materials
      • πŸ”§steam
      • ✈️trace
      • πŸ”—interfaces
        • πŸ’‘ieffects
        • 🧬precache
        • πŸ’³model_info
    • πŸ”’Enumerations
      • 🎞️enum_frames
Powered by GitBook
On this page
  • Functions:
  • push_callback
  • popup
  • notify
  1. documentation
  2. Variables

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.

popup

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.

PreviouscolorNextui

Last updated 2 years ago

βš™οΈ
πŸŽ“