TR_GetEndPosition Function

Returns the collision position of a trace result.

void TR_GetEndPosition(float pos[3], Handle hndl)

Parameters

float[3] pos

Vector buffer to store data in.

Handle hndl

A trace Handle, or INVALID_HANDLE to use a global trace result.

Errors

Invalid Handle.