3rd Party Libraries
Recent Additions
Handles Parser
Discord
sdktools_trace
TR_GetStartPosition
File
TR_GetStartPosition
Last Updated
2018-10-07
Created At
2018-10-07
Returns the starting position of a trace.
native
void
TR_GetStartPosition(
Handle
hndl
,
float
pos[3]
)
Parameters
Handle
hndl
A trace Handle, or INVALID_HANDLE to use a global trace result.
float[3]
pos
Vector buffer to store data in.
Return Value
void
Error
Invalid Handle.