Globals

Global objects available in cheat:

cheat

Cheatarrow-up-right instance. Allows to add own code to cheat.

g_Panorama

Panoramaarrow-up-right instance. Allows to execute JavaScript in Source2:Panorama engine.

g_Config

Configarrow-up-right instance. Allows you to control cheat variables.

Utils

Utilsarrow-up-right. Misc functions.

g_Render

IRenderarrow-up-right instance. For rendering something in screen.

g_EngineClient

IEngineClientarrow-up-right instance. Part of Source Engine.

g_EngineTrace

IEngineTracearrow-up-right instance. Part of Source Engine.

g_EntityList

IEntityListarrow-up-right instance. Part of Source Engine.

g_CVar

ICvararrow-up-right instance. Part of Source Engine.

g_GlobalVars

CGlobalVarsBasearrow-up-right instance. Part of Source Engine.

g_MatSystem

IMaterialSystemarrow-up-right 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