DHookSetParamObjectPtrVarVector

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

Sets an objects vector variable value

native void DHookSetParamObjectPtrVarVector(Handle hParams, int num, int offset, ObjectValueType type, float value[3])

Parameters

Handle hParams
Handle to params structure
int num
Param number to set, 0 for param "this".
int offset
Offset within the object to the var to set.
Type of var it is
float[3] value
The value to set the vector var to.

Return Value

void

Error

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