Signature
native create_tr2();
Description
Creates a traceresult handle. This value should never be altered.
The handle can be used in get/set_tr2 and various traceresult engine functions.
Notes
- You must call free_tr2() on every handle made with create_tr2().
Returns
A new TraceResult handle.