added traceresult stuff
This commit is contained in:
@ -35,4 +35,10 @@ native register_forward(_forwardType,_function[],_post=0);
|
||||
native forward_return(type,{Float,Sql,Result,_}:...);
|
||||
|
||||
native engfunc(type,{Float,Sql,Result,_}:...);
|
||||
native dllfunc(type,{Float,Sql,Result,_}:...);
|
||||
native dllfunc(type,{Float,Sql,Result,_}:...);
|
||||
|
||||
//only use this with functions that pass a Trace
|
||||
// get: zero extra params - return int, one extra param = byref float or vector
|
||||
// set: use anything
|
||||
native get_tr(Trace:tr, TraceResult:tr_member, {Float,_}:...);
|
||||
native set_tr(Trace:tr, TraceResult:tr_member, {Float,_}:...);
|
Reference in New Issue
Block a user