Skip to content

Home > @esengine/ecs-framework-monorepo > IRpcCallMessage

IRpcCallMessage interface

RPC调用消息

Signature:

typescript
export interface IRpcCallMessage extends INetworkMessage

Extends: INetworkMessage

Properties

Property

Modifiers

Type

Description

data

{ networkId: number; componentType: string; methodName: string; args: any[]; callId?: string; target: RpcTarget; expectResponse?: boolean; timeout?: number; }

type

MessageType.RPC_CALL

基于 MIT 许可证发布