Globals

Global objects available in cheat:

cheat

Cheat instance. Allows to add own code to cheat.

g_Panorama

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

g_Config

Config instance. Allows you to control cheat variables.

Utils

Utils. Misc functions.

g_Render

IRender instance. For rendering something in screen.

g_EngineClient

IEngineClient instance. Part of Source Engine.

g_EngineTrace

IEngineTrace instance. Part of Source Engine.

g_EntityList

IEntityList instance. Part of Source Engine.

g_CVar

ICvar instance. Part of Source Engine.

g_GlobalVars

CGlobalVarsBase instance. Part of Source Engine.

g_MatSystem

IMaterialSystem instance. Part of Source Engine.

Global functions:

Writing string to in-game console with default color.

error(string)

Writing string to in-game console with red color.

Last updated