Xonotic
|
Go to the source code of this file.
Macros | |
#define | _AL_type__e() entity |
#define | _AL_type__f() float |
#define | _AL_type__s() string |
#define | AL_DELETE(this) |
#define | AL_EACH(this, T, cond, body) |
#define | AL_gete(this, idx) al_ftoe(AL_getf(this, idx)) |
#define | AL_getf(this, idx) al_stof(AL_gets(this, idx)) |
#define | AL_gets(this, idx) bufstr_get(this.al_buf, idx) |
#define | AL_NEW(this, n, default, T) |
#define | AL_sete(this, idx, val) AL_setf(this, idx, al_etof(val)) |
#define | AL_setf(this, idx, val) AL_sets(this, idx, al_ftos(val)) |
#define | AL_sets(this, idx, val) bufstr_set(this.al_buf, idx, val) |
Typedefs | |
using | ArrayList = entity |
Variables | |
int | al_buf |
int | al_len |
#define _AL_type__e | ( | ) | entity |
Definition at line 55 of file arraylist.qh.
#define _AL_type__f | ( | ) | float |
Definition at line 40 of file arraylist.qh.
#define _AL_type__s | ( | ) | string |
Definition at line 25 of file arraylist.qh.
#define AL_DELETE | ( | this | ) |
Definition at line 18 of file arraylist.qh.
#define AL_EACH | ( | this, | |
T, | |||
cond, | |||
body | |||
) |
Definition at line 59 of file arraylist.qh.
Referenced by HUD_Radar().
Definition at line 56 of file arraylist.qh.
Definition at line 41 of file arraylist.qh.
#define AL_gets | ( | this, | |
idx | |||
) | bufstr_get(this.al_buf, idx) |
Definition at line 26 of file arraylist.qh.
#define AL_NEW | ( | this, | |
n, | |||
default, | |||
T | |||
) |
Definition at line 7 of file arraylist.qh.
Definition at line 57 of file arraylist.qh.
Definition at line 42 of file arraylist.qh.
#define AL_sets | ( | this, | |
idx, | |||
val | |||
) | bufstr_set(this.al_buf, idx, val) |
Definition at line 27 of file arraylist.qh.
Definition at line 3 of file arraylist.qh.
int al_buf |
Definition at line 4 of file arraylist.qh.
int al_len |
Definition at line 5 of file arraylist.qh.