fixed amb1049 - sloppy TraceResult namings
This commit is contained in:
parent
64ad54aa51
commit
afd1072583
|
@ -160,8 +160,8 @@ native set_tr(TraceResult:tr_member, {Float,_}:...);
|
||||||
//Upgraded version takes in a TraceResult handle, optionally passed in as the last parameter to the
|
//Upgraded version takes in a TraceResult handle, optionally passed in as the last parameter to the
|
||||||
//TraceResult forward. Use 0 to specify the global traceresult handle set from calling
|
//TraceResult forward. Use 0 to specify the global traceresult handle set from calling
|
||||||
// some of the Engfucs.
|
// some of the Engfucs.
|
||||||
native get_tr2(tr_handle, TraceResult:tr_member, {Float,_}:...);
|
native get_tr2(tr_handle, {TraceResult,_}:tr_member, {Float,_}:...);
|
||||||
native set_tr2(tr_handle, TraceResult:tr_member, {Float,_}:...);
|
native set_tr2(tr_handle, {TraceResult,_}:tr_member, {Float,_}:...);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a traceresult handle. This value should never be altered.
|
* Creates a traceresult handle. This value should never be altered.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user