DHookParam.GetObjectVarString Method

Gets an object's string variable value.

void GetObjectVarString(int num, int offset, ObjectValueType type, char[] buffer, int size)

Parameters

int num

Parameter number to get, starting at 1.

int offset

Byte offset within the object to the var to get.

ObjectValueType type

Type of var it is.

char[] buffer

Buffer to store the result string.

int size

Size of the buffer.

Errors

Invalid handle, invalid param number, invalid param type or invalid Object type.