Get string param value
void DHookGetParamString(Handle hParams, int num, char[] buffer, int size)
Handle to params structure
Param number to get. (Example if the function has 2 params and you need the value of the first param num would be 1.)
String buffer to store result
Buffer size
Invalid handle. Invalid param number. Invalid param type.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.