C# Class SharpQuake.client_static_t

Mostrar archivo Open project: Memorix101/SharpQuake Class Usage Examples

Public Properties

Property Type Description
demofile IDisposable
demonum int
demoplayback bool
demorecording bool
demos string[]
forcetrack int
mapstring string
message MsgWriter
netcon qsocket_t
signon int
spawnparms string
state cactive_t
td_lastframe int
td_startframe int
td_starttime float
timedemo bool

Public Methods

Method Description
client_static_t ( ) : System

Method Details

client_static_t() public method

public client_static_t ( ) : System
return System

Property Details

demofile public_oe property

public IDisposable demofile
return IDisposable

demonum public_oe property

public int demonum
return int

demoplayback public_oe property

public bool demoplayback
return bool

demorecording public_oe property

public bool demorecording
return bool

demos public_oe property

public string[] demos
return string[]

forcetrack public_oe property

public int forcetrack
return int

mapstring public_oe property

public string mapstring
return string

message public_oe property

public MsgWriter message
return MsgWriter

netcon public_oe property

public qsocket_t,SharpQuake netcon
return qsocket_t

signon public_oe property

public int signon
return int

spawnparms public_oe property

public string spawnparms
return string

state public_oe property

public cactive_t state
return cactive_t

td_lastframe public_oe property

public int td_lastframe
return int

td_startframe public_oe property

public int td_startframe
return int

td_starttime public_oe property

public float td_starttime
return float

timedemo public_oe property

public bool timedemo
return bool