|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Macros | |
| #define | _AL_type__e() |
| #define | _AL_type__f() |
| #define | _AL_type__s() |
| #define | AL_DELETE(this) |
| #define | AL_EACH(this, T, cond, body) |
| #define | AL_gete(this, idx) |
| #define | AL_getf(this, idx) |
| #define | AL_gets(this, idx) |
| #define | AL_NEW(this, n, default, T) |
| #define | AL_sete(this, idx, val) |
| #define | AL_setf(this, idx, val) |
| #define | AL_sets(this, idx, val) |
Typedefs | |
| using | ArrayList = entity |
Functions | |
| int | al_etof (entity e) |
| entity | al_ftoe (int i) |
| string | al_ftos (float f) |
| float | al_stof (string s) |
Variables | |
| int | al_buf |
| int | al_len |
| #define _AL_type__e | ( | ) |
Definition at line 55 of file arraylist.qh.
| #define _AL_type__f | ( | ) |
Definition at line 40 of file arraylist.qh.
| #define _AL_type__s | ( | ) |
Definition at line 25 of file arraylist.qh.
| #define AL_DELETE | ( | this | ) |
Definition at line 18 of file arraylist.qh.
Referenced by SHUTDOWN().
| #define AL_EACH | ( | this, | |
| T, | |||
| cond, | |||
| body ) |
Definition at line 59 of file arraylist.qh.
| #define AL_gete | ( | this, | |
| idx ) |
Definition at line 56 of file arraylist.qh.
| #define AL_getf | ( | this, | |
| idx ) |
Definition at line 41 of file arraylist.qh.
| #define AL_gets | ( | this, | |
| idx ) |
Definition at line 26 of file arraylist.qh.
| #define AL_NEW | ( | this, | |
| n, | |||
| default, | |||
| T ) |
Definition at line 7 of file arraylist.qh.
Referenced by STATIC_INIT().
| #define AL_sete | ( | this, | |
| idx, | |||
| val ) |
Definition at line 57 of file arraylist.qh.
| #define AL_setf | ( | this, | |
| idx, | |||
| val ) |
Definition at line 42 of file arraylist.qh.
| #define AL_sets | ( | this, | |
| 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.