C# 클래스 PNetS.PlayerMessageInfo

파일 보기 프로젝트 열기: Ignis34Rus/LoE-Ghost.Server 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ContinueForwarding bool
Mode BroadcastMode
Reliability ReliabilityMode

비공개 메소드들

메소드 설명
PlayerMessageInfo ( BroadcastMode mode ) : PNet

프로퍼티 상세

ContinueForwarding 공개적으로 프로퍼티

Whether or not to continue sending the message to all other players
public bool ContinueForwarding
리턴 bool

Mode 공개적으로 프로퍼티

Mode the rpc was sent from by the client
public BroadcastMode Mode
리턴 BroadcastMode

Reliability 공개적으로 프로퍼티

Reliability mode of the message. You can change this to change the reliability as its passing through.
public ReliabilityMode Reliability
리턴 ReliabilityMode