C# Class SharpQuake.edict_t

In-memory edict
Exibir arquivo Open project: Memorix101/SharpQuake Class Usage Examples

Public Properties

Property Type Description
area link_t
baseline entity_state_t
fields float[]
free bool
freetime float
leafnums short[]
num_leafs int
v entvars_t

Public Methods

Method Description
Clear ( ) : void
GetFloat ( int offset ) : float
GetInt ( int offset ) : int
IsV ( int offset, int &correctedOffset ) : bool
LoadInt ( int offset, eval_t result ) : void
LoadVector ( int offset, eval_t result ) : void
SetFloat ( int offset, float value ) : void
StoreInt ( int offset, eval_t value ) : void
StoreVector ( int offset, eval_t value ) : void
edict_t ( ) : System

Method Details

Clear() public method

public Clear ( ) : void
return void

GetFloat() public method

public GetFloat ( int offset ) : float
offset int
return float

GetInt() public method

public GetInt ( int offset ) : int
offset int
return int

IsV() public method

public IsV ( int offset, int &correctedOffset ) : bool
offset int
correctedOffset int
return bool

LoadInt() public method

public LoadInt ( int offset, eval_t result ) : void
offset int
result eval_t
return void

LoadVector() public method

public LoadVector ( int offset, eval_t result ) : void
offset int
result eval_t
return void

SetFloat() public method

public SetFloat ( int offset, float value ) : void
offset int
value float
return void

StoreInt() public method

public StoreInt ( int offset, eval_t value ) : void
offset int
value eval_t
return void

StoreVector() public method

public StoreVector ( int offset, eval_t value ) : void
offset int
value eval_t
return void

edict_t() public method

public edict_t ( ) : System
return System

Property Details

area public_oe property

public link_t area
return link_t

baseline public_oe property

public entity_state_t,SharpQuake baseline
return entity_state_t

fields public_oe property

public float[] fields
return float[]

free public_oe property

public bool free
return bool

freetime public_oe property

public float freetime
return float

leafnums public_oe property

public short[] leafnums
return short[]

num_leafs public_oe property

public int num_leafs
return int

v public_oe property

public entvars_t,SharpQuake v
return entvars_t