PrepSDKCall_SetSignature
Finds an address in a library and sets it as the address to use for the SDK call.
native bool PrepSDKCall_SetSignature(SDKLibrary lib, const char[] signature, int bytes)Parameters
const char[] signature
Binary data to search for in the library. If it starts with '@',
the bytes parameter is ignored and the signature is interpreted
as a symbol lookup in the library.
int bytes
Number of bytes in the binary search string.
Return Value
bool True on success, false if nothing was found.