Finds an address in a library and sets it as the address to use for the SDK call.
bool PrepSDKCall_SetSignature(SDKLibrary lib, const char[] signature, int bytes)
Library to use.
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.
Number of bytes in the binary search string.
True on success, false if nothing was found.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.