Source2Toolkit
Core apiHigh level

Gameconfig

gameconfig

Functions

UTIL_GetLibrary(pchName)

Gets library/module name from config.

Parameters
  • pchName const char* — Entry name

UTIL_GetSignature(pchName)

Gets signature (pattern) from config.

Parameters
  • pchName const char* — Entry name

UTIL_GetSymbol(pchName)

Gets symbol name from config.

Parameters
  • pchName const char* — Entry name

UTIL_GetPatch(pchName)

Gets patch definition from config.

Parameters
  • pchName const char* — Entry name

UTIL_GetOffset(pchName)

Gets integer offset from config.

Parameters
  • pchName const char* — Entry name

On this page