C# 클래스 ACR_ServerCommunicator.GUIResynchronizer.ResyncState

Resync state for a player.
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources

공개 프로퍼티들

프로퍼티 타입 설명
PlayerId int
ResyncFlags uint

공개 메소드들

메소드 설명
FromString ( string ResyncCommand ) : ResyncState

Deserialize the resynchronization state from a string.

ResyncState ( int PlayerId, uint ResyncFlags ) : System

Construct a new ResyncState object.

ToString ( ) : string

Convert the resynchronization state to a string.

메소드 상세

FromString() 공개 정적인 메소드

Deserialize the resynchronization state from a string.
public static FromString ( string ResyncCommand ) : ResyncState
ResyncCommand string Supplies the state string that was /// constructed by a call to ToString().
리턴 ResyncState

ResyncState() 공개 메소드

Construct a new ResyncState object.
public ResyncState ( int PlayerId, uint ResyncFlags ) : System
PlayerId int Supplies the player id.
ResyncFlags uint Supplies the resync flags.
리턴 System

ToString() 공개 메소드

Convert the resynchronization state to a string.
public ToString ( ) : string
리턴 string

프로퍼티 상세

PlayerId 공개적으로 프로퍼티

The player id of the player.
public int PlayerId
리턴 int

ResyncFlags 공개적으로 프로퍼티

The resync flags for the request.
public uint ResyncFlags
리턴 uint