Neverlose
  • List of all methods
  • Methods
    • CGlobalVarsBase
    • CUserCmd
    • C_BaseEntity
    • C_BasePlayer
    • Cheat
    • CheatVar
    • CheatVars
    • Color
    • ConVar
    • Config
    • Globals
    • ICvar
    • IEngineClient
    • IEntityList
    • IGameEvent
    • IMaterial
    • IMaterialSystem
    • INetChannelInfo
    • IRender
    • Panorama
    • QAngle
    • Utils
    • Vector
    • Vector2
    • trace_t
Powered by GitBook
On this page
  • Global objects available in cheat:
  • cheat
  • g_Panorama
  • g_Config
  • Utils
  • g_Render
  • g_EngineClient
  • g_EngineTrace
  • g_EntityList
  • g_CVar
  • g_GlobalVars
  • g_MatSystem
  • Global functions:
  • print(string)
  • error(string)
  1. Methods

Globals

PreviousConfigNextICvar

Last updated 5 years ago

Global objects available in cheat:

cheat

instance. Allows to add own code to cheat.

g_Panorama

instance. Allows to execute JavaScript in Source2:Panorama engine.

g_Config

instance. Allows you to control cheat variables.

Utils

. Misc functions.

g_Render

instance. For rendering something in screen.

g_EngineClient

g_EngineTrace

g_EntityList

g_CVar

g_GlobalVars

g_MatSystem

Global functions:

print(string)

Writing string to in-game console with default color.

error(string)

Writing string to in-game console with red color.

instance. Part of Source Engine.

instance. Part of Source Engine.

instance. Part of Source Engine.

instance. Part of Source Engine.

instance. Part of Source Engine.

instance. Part of Source Engine.

Cheat
Panorama
Config
Utils
IRender
IEngineClient
IEngineTrace
IEntityList
ICvar
CGlobalVarsBase
IMaterialSystem