C# 클래스 FBServer.Host.Client

파일 보기 프로젝트 열기: Noxalus/Final-Bomber 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AlreadyPlayed bool
HasMap bool
IsHost bool
IsReady bool
NewClient bool
Password string
Ping float
Spectating bool
Username string

공개 메소드들

메소드 설명
Client ( NetConnection &client, int clientId ) : FBServer.Core

메소드 상세

Client() 공개 메소드

public Client ( NetConnection &client, int clientId ) : FBServer.Core
client Lidgren.Network.NetConnection
clientId int
리턴 FBServer.Core

프로퍼티 상세

AlreadyPlayed 공개적으로 프로퍼티

public bool AlreadyPlayed
리턴 bool

HasMap 공개적으로 프로퍼티

public bool HasMap
리턴 bool

IsHost 공개적으로 프로퍼티

public bool IsHost
리턴 bool

IsReady 공개적으로 프로퍼티

public bool IsReady
리턴 bool

NewClient 공개적으로 프로퍼티

public bool NewClient
리턴 bool

Password 공개적으로 프로퍼티

public string Password
리턴 string

Ping 공개적으로 프로퍼티

public float Ping
리턴 float

Spectating 공개적으로 프로퍼티

public bool Spectating
리턴 bool

Username 공개적으로 프로퍼티

public string Username
리턴 string