DHookSetParamVector Function

Set vector param value

void DHookSetParamVector(Handle hParams, int num, float vec[3])

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.)

float[3] vec

Value to set vector as.

Errors

Invalid handle. Invalid param number. Invalid param type.