Adds a parameter to a hook setup.
void AddParam(HookParamType type, int size, DHookPassFlag flag, DHookRegister custom_register)
Parameter type.
Used for Objects (not Object ptr) to define the size of the object.
Used to change the pass type (ignored by detours).
The register this argument is passed in instead of the stack (ignored by vhooks).
Invalid setup handle or too many params added (request upping the max in thread).
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.