LogoLogo
Ctrlk
GitBook Assistant
GitBook Assistant
Working...Thinking...
GitBook Assistant
Good evening

I'm here to help you with the docs.

Ctrli
AI Based on your context
  • discord
  • Curl
  • globals
    • get_int(global)
    • get_float(global)
    • get_string(global)
    • get_vec3(global)
    • set_int(global, value)
    • set_float(global, value)
    • set_string(global, value)
    • set_bit(global, value)
    • clear_bit(global, value)
    • is_bit_set(global, value)
  • locals
  • menu
  • ImGui
  • log
  • Memory
  • natives
  • network
  • notification
  • script
  • script_events
  • tubables
  • util
  • Vector3
Powered by GitBook
On this page

globals

contains functions for manipulating globals inside the game

get_int(global)get_float(global)get_string(global)get_vec3(global)set_int(global, value)set_float(global, value)set_string(global, value)set_bit(global, value)clear_bit(global, value)is_bit_set(global, value)
PreviousVerbosity/DebuggingNextget_int(global)