3rd Party Libraries
Recent Additions
Handles Parser
Discord
dhooks
DHookSetParamString
File
DHookSetParamString
Last Updated
2022-02-01
Created At
2021-11-17
Set string param value
native
void
DHookSetParamString(
Handle
hParams
,
int
num
,
char[]
value
)
Parameters
Handle
hParams
Handle to params structure
int
num
Param number to set (Example if the function has 2 params and you need to set the value of the first param num would be 1.)
char[]
value
Value to set string as.
Return Value
void
Error
Invalid handle. Invalid param number. Invalid param type.