PrepSDKCall_SetFromConf

Last Updated2021-06-24
Created At2007-06-16

Finds an address or virtual function index in a GameConfig file and sets it as the calling information for the SDK call.

native bool PrepSDKCall_SetFromConf(Handle gameconf, SDKFuncConfSource source, const char[] name)

Parameters

Handle gameconf
GameConfig Handle, or INVALID_HANDLE to use sdktools.games.txt.
Whether to look in Offsets or Signatures.
const char[] name
Name of the property to find.

Return Value

bool True on success, false if nothing was found.

Error

Invalid game config Handle.