🎮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:

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


engine

Field

Type:

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


input

Field

Type:

This service exposes the command input system.


input_system

Field

Type:

This service exposes the control input system.


game_ui_funcs

Field

Type:

This service exposes the game's UI functions.

Last updated