TR_TraceHullEx

Last Updated2008-05-28
Created At2008-05-28

Starts up a new trace hull using a new trace result.

native Handle TR_TraceHullEx(const float pos[3], const float vec[3], const float mins[3], const float maxs[3], int flags)

Parameters

const float[3] pos
Starting position of the ray.
const float[3] vec
Ending position of the ray.
const float[3] mins
Hull minimum size.
const float[3] maxs
Hull maximum size.
int flags
Trace flags.

Return Value

Handle Ray trace handle, which must be closed via CloseHandle().