🎮game

Usage: game.{interface_or_function}

This table exposes various internal services and global objects used by Fatality, and also provides a way to retrieve any additional services you need.

global_vars

Field

Type: global_vars_t

This service exposes global variables used by the game, such as frame time or current server time.


engine

Field

Type: cengine_client

This service exposes the engine client, which includes commonly used engine-related functions.


input

Field

Type: ccsgo_input

This service exposes the command input system.


input_system

Field

Type: cinput_system

This service exposes the control input system.


game_ui_funcs

Field

Type: cgame_ui_funcs

This service exposes the game's UI functions.

Last updated