DHookGetParamObjectPtrString

Last Updated2025-11-06
Created At2021-11-17

Gets an objects string variable value

native void DHookGetParamObjectPtrString(Handle hParams, int num, int offset, ObjectValueType type, char[] buffer, int size)

Parameters

Handle hParams
Handle to params structure
int num
Param number to get, 0 for param "this".
int offset
Offset within the object to the var to get.
Type of var it is
char[] buffer
Buffer to store the result vector
int size
Size of the buffer

Return Value

void

Error

Invalid handle. Invalid param number. Invalid param type. Invalid Object type.