Source2Toolkit
Core api

IToolkitGameConfig

IToolkitGameConfig

Methods

const char* GetLibrary(pchName)

Gets library/module name.

Parameters
  • pchName const char* — Config entry name

const char* GetSignature(pchName)

Gets signature (pattern).

Parameters
  • pchName const char* — Config entry name

const char* GetSymbol(pchName)

Gets symbol name.

Parameters
  • pchName const char* — Config entry name

const char* GetPatch(pchName)

Gets patch definition.

Parameters
  • pchName const char* — Config entry name

int GetOffset(pchName)

Gets integer offset.

Parameters
  • pchName const char* — Config entry name

bool IsSymbol(pchName)

Whether the entry is a symbol name rather than a byte pattern.

Parameters
  • pchName const char*

void* ResolveSignature(pchName)

Resolves a gamedata entry to an address.

Parameters
  • pchName const char* — Gamedata entry name.

On this page