C# 클래스 SharpQuake.edict_t

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

공개 프로퍼티들

프로퍼티 타입 설명
area link_t
baseline entity_state_t
fields float[]
free bool
freetime float
leafnums short[]
num_leafs int
v entvars_t

공개 메소드들

메소드 설명
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

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetFloat() 공개 메소드

public GetFloat ( int offset ) : float
offset int
리턴 float

GetInt() 공개 메소드

public GetInt ( int offset ) : int
offset int
리턴 int

IsV() 공개 메소드

public IsV ( int offset, int &correctedOffset ) : bool
offset int
correctedOffset int
리턴 bool

LoadInt() 공개 메소드

public LoadInt ( int offset, eval_t result ) : void
offset int
result eval_t
리턴 void

LoadVector() 공개 메소드

public LoadVector ( int offset, eval_t result ) : void
offset int
result eval_t
리턴 void

SetFloat() 공개 메소드

public SetFloat ( int offset, float value ) : void
offset int
value float
리턴 void

StoreInt() 공개 메소드

public StoreInt ( int offset, eval_t value ) : void
offset int
value eval_t
리턴 void

StoreVector() 공개 메소드

public StoreVector ( int offset, eval_t value ) : void
offset int
value eval_t
리턴 void

edict_t() 공개 메소드

public edict_t ( ) : System
리턴 System

프로퍼티 상세

area 공개적으로 프로퍼티

public link_t area
리턴 link_t

baseline 공개적으로 프로퍼티

public entity_state_t,SharpQuake baseline
리턴 entity_state_t

fields 공개적으로 프로퍼티

public float[] fields
리턴 float[]

free 공개적으로 프로퍼티

public bool free
리턴 bool

freetime 공개적으로 프로퍼티

public float freetime
리턴 float

leafnums 공개적으로 프로퍼티

public short[] leafnums
리턴 short[]

num_leafs 공개적으로 프로퍼티

public int num_leafs
리턴 int

v 공개적으로 프로퍼티

public entvars_t,SharpQuake v
리턴 entvars_t