C# 클래스 SharpQuake.server_t

파일 보기 프로젝트 열기: Memorix101/SharpQuake 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
active bool
datagram MsgWriter
edicts SharpQuake.edict_t[]
lastcheck int
lastchecktime double
lightstyles string[]
loadgame bool
max_edicts int
model_precache string[]
modelname string
models SharpQuake.model_t[]
name string
num_edicts int
paused bool
reliable_datagram MsgWriter
signon MsgWriter
sound_precache string[]
state server_state_t
time double
worldmodel model_t

공개 메소드들

메소드 설명
Clear ( ) : void
server_t ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

server_t() 공개 메소드

public server_t ( ) : System
리턴 System

프로퍼티 상세

active 공개적으로 프로퍼티

public bool active
리턴 bool

datagram 공개적으로 프로퍼티

public MsgWriter datagram
리턴 MsgWriter

edicts 공개적으로 프로퍼티

public edict_t[],SharpQuake edicts
리턴 SharpQuake.edict_t[]

lastcheck 공개적으로 프로퍼티

public int lastcheck
리턴 int

lastchecktime 공개적으로 프로퍼티

public double lastchecktime
리턴 double

lightstyles 공개적으로 프로퍼티

public string[] lightstyles
리턴 string[]

loadgame 공개적으로 프로퍼티

public bool loadgame
리턴 bool

max_edicts 공개적으로 프로퍼티

public int max_edicts
리턴 int

model_precache 공개적으로 프로퍼티

public string[] model_precache
리턴 string[]

modelname 공개적으로 프로퍼티

public string modelname
리턴 string

models 공개적으로 프로퍼티

public model_t[],SharpQuake models
리턴 SharpQuake.model_t[]

name 공개적으로 프로퍼티

public string name
리턴 string

num_edicts 공개적으로 프로퍼티

public int num_edicts
리턴 int

paused 공개적으로 프로퍼티

public bool paused
리턴 bool

reliable_datagram 공개적으로 프로퍼티

public MsgWriter reliable_datagram
리턴 MsgWriter

signon 공개적으로 프로퍼티

public MsgWriter signon
리턴 MsgWriter

sound_precache 공개적으로 프로퍼티

public string[] sound_precache
리턴 string[]

state 공개적으로 프로퍼티

public server_state_t state
리턴 server_state_t

time 공개적으로 프로퍼티

public double time
리턴 double

worldmodel 공개적으로 프로퍼티

public model_t,SharpQuake worldmodel
리턴 model_t