C# 클래스 SharpQuake.client_t

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

공개 프로퍼티들

프로퍼티 타입 설명
active bool
cmd usercmd_t
colors int
dropasap bool
edict edict_t
last_message double
message MsgWriter
name string
netconnection qsocket_t
num_pings int
old_frags int
ping_times float[]
privileged bool
sendsignon bool
spawn_parms float[]
spawned bool
wishdir Vector3

공개 메소드들

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

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

client_t() 공개 메소드

public client_t ( ) : System
리턴 System

프로퍼티 상세

active 공개적으로 프로퍼티

public bool active
리턴 bool

cmd 공개적으로 프로퍼티

public usercmd_t,SharpQuake cmd
리턴 usercmd_t

colors 공개적으로 프로퍼티

public int colors
리턴 int

dropasap 공개적으로 프로퍼티

public bool dropasap
리턴 bool

edict 공개적으로 프로퍼티

public edict_t,SharpQuake edict
리턴 edict_t

last_message 공개적으로 프로퍼티

public double last_message
리턴 double

message 공개적으로 프로퍼티

public MsgWriter message
리턴 MsgWriter

name 공개적으로 프로퍼티

public string name
리턴 string

netconnection 공개적으로 프로퍼티

public qsocket_t,SharpQuake netconnection
리턴 qsocket_t

num_pings 공개적으로 프로퍼티

public int num_pings
리턴 int

old_frags 공개적으로 프로퍼티

public int old_frags
리턴 int

ping_times 공개적으로 프로퍼티

public float[] ping_times
리턴 float[]

privileged 공개적으로 프로퍼티

public bool privileged
리턴 bool

sendsignon 공개적으로 프로퍼티

public bool sendsignon
리턴 bool

spawn_parms 공개적으로 프로퍼티

public float[] spawn_parms
리턴 float[]

spawned 공개적으로 프로퍼티

public bool spawned
리턴 bool

wishdir 공개적으로 프로퍼티

public Vector3 wishdir
리턴 Vector3