Console_Definitions

Definitions of functions, types and variables.

ConsoleCommandFunc Type
C++
typedef void (* ConsoleCommandFunc)(IConsoleCmdArgs*);
File

IConsole.h

Description

This a definition of the console command function that can be added to console with AddCommand.

ConsoleVarFunc Type
C++
typedef void (* ConsoleVarFunc)(ICVar*);
File

IConsole.h

Description

This a definition of the callback function that is called when variable change.