Adds param to a hook setup
void DHookAddParam(Handle setup, HookParamType type, int size, DHookPassFlag flag, DHookRegister custom_register)
Setup handle to add the param to.
Param type
Used for Objects (not Object ptr) to define the size of the object.
Used to change the pass type.
The register this argument is passed in instead of the stack.
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.