Space Engineers
|
This is the complete list of members for VRage.Rpc.RpcProxy< T >, including all inherited members.
Call(Action action) | VRage.Rpc.RpcProxy< T > | inline |
Call< T1 >(Action< T1 > action, T1 arg1) | VRage.Rpc.RpcProxy< T > | inline |
Call< T1, T2 >(Action< T1, T2 > action, T1 arg1, T2 arg2) | VRage.Rpc.RpcProxy< T > | inline |
Call< T1, T2, T3 >(Action< T1, T2, T3 > action, T1 arg1, T2 arg2, T3 arg3) | VRage.Rpc.RpcProxy< T > | inline |
RpcProxy(T state, RpcDispatcher< T > dispatcher) | VRage.Rpc.RpcProxy< T > | inline |
SCall< T1 >(Func< Action< T1 >> action, T1 arg1) | VRage.Rpc.RpcProxy< T > | inline |
XCall< T1 >(T1 arg1, Func< T1, Action > action) | VRage.Rpc.RpcProxy< T > | inline |
XCall< T1, T2 >(T1 arg1, Func< T1, Action< T2 >> action, T2 arg2) | VRage.Rpc.RpcProxy< T > | inline |
XCall< T1, T2, T3 >(T1 arg1, Func< T1, Action< T2, T3 >> action, T2 arg2, T3 arg3) | VRage.Rpc.RpcProxy< T > | inline |