|
Enfusion Script API
|
RPC annotation attribute. More...
Public Member Functions | |
| void | RplRpc (RplChannel channel, RplRcver rcver, RplCondition condition=RplCondition.None, string customConditionName="") |
Public Attributes | |
| RplChannel | m_Channel |
| RplRcver | m_Rcver |
| RplCondition | m_Condition |
| string | m_CustomCondName |
RPC annotation attribute.
Use to mark method as RPC method. Remote call is executed via Rpc(Method, Arg1, Arg2, ...).
| void RplRpc.RplRpc | ( | RplChannel | channel, |
| RplRcver | rcver, | ||
| RplCondition | condition = RplCondition::None, | ||
| string | customConditionName = "" ) |
| RplChannel RplRpc.m_Channel |
| RplCondition RplRpc.m_Condition |
| string RplRpc.m_CustomCondName |
| RplRcver RplRpc.m_Rcver |