Enfusion Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
RplRpc Interface Reference

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
 

Detailed Description

RPC annotation attribute.

Use to mark method as RPC method. Remote call is executed via Rpc(Method, Arg1, Arg2, ...).

Constructor & Destructor Documentation

◆ RplRpc()

void RplRpc.RplRpc ( RplChannel  channel,
RplRcver  rcver,
RplCondition  condition = RplCondition::None,
string  customConditionName = "" 
)

Member Data Documentation

◆ m_Channel

RplChannel RplRpc.m_Channel

◆ m_Condition

RplCondition RplRpc.m_Condition

◆ m_CustomCondName

string RplRpc.m_CustomCondName

◆ m_Rcver

RplRcver RplRpc.m_Rcver

The documentation for this interface was generated from the following file: