|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "upstream/menudefs.qc"Go to the source code of this file.
Macros | |
| #define | buf_create _buf_create |
| #define | chr2str _chr2str |
| #define | FALSE _FALSE |
| #define | false _false |
| #define | spawn |
| #define | str2chr _str2chr |
| #define | strcasecmp _strcasecmp |
| #define | strcmp _strcmp |
| #define | strncasecmp _strncasecmp |
| #define | strncmp _strncmp |
| #define | strstrofs _strstrofs |
| #define | TRUE _TRUE |
| #define | true _true |
Functions | |
| bool (entity ent) wasfreed | |
| int () _buf_create | |
| int (string s1, string s2) _strcmp | |
| int (string str, int ofs) _str2chr | |
| int (string str, string sub, int startpos) _strstrofs | |
| string (int c,...) _chr2str | |
| #define buf_create _buf_create |
Definition at line 38 of file menudefs.qh.
| #define chr2str _chr2str |
Definition at line 26 of file menudefs.qh.
| #define FALSE _FALSE |
Definition at line 8 of file menudefs.qh.
| #define false _false |
Definition at line 6 of file menudefs.qh.
| #define spawn | ( | void | ) |
Definition at line 10 of file menudefs.qh.
| #define str2chr _str2chr |
Definition at line 24 of file menudefs.qh.
| #define strcasecmp _strcasecmp |
Definition at line 33 of file menudefs.qh.
| #define strcmp _strcmp |
Definition at line 29 of file menudefs.qh.
| #define strncasecmp _strncasecmp |
Definition at line 35 of file menudefs.qh.
| #define strncmp _strncmp |
Definition at line 31 of file menudefs.qh.
| #define strstrofs _strstrofs |
Definition at line 22 of file menudefs.qh.
| #define TRUE _TRUE |
Definition at line 7 of file menudefs.qh.
| #define true _true |
Definition at line 5 of file menudefs.qh.
| int | ( | ) |
| int | ( | string | str, |
| int | ofs ) |
| string | ( | int | c, |
| ... ) |