|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Functions | |
| string | GenericCommand_markup (string s2) |
Variables | |
| string | markup_from [NUM_MARKUPS] |
| bool | markup_init |
| string | markup_to [NUM_MARKUPS] |
| const int | NUM_MARKUPS = 41 |
Definition at line 61 of file markup.qc.
References GenericCommand_markup_init(), markup_from, markup_to, NUM_MARKUPS, s2, strcat(), strlen, and substring().
Referenced by GenericCommand().
| string markup_from[NUM_MARKUPS] |
Definition at line 10 of file markup.qh.
Referenced by GenericCommand_markup(), and GenericCommand_markup_init().
| bool markup_init |
Definition at line 9 of file markup.qh.
Referenced by GenericCommand_markup_init().
| string markup_to[NUM_MARKUPS] |
Definition at line 11 of file markup.qh.
Referenced by GenericCommand_markup(), and GenericCommand_markup_init().
| const int NUM_MARKUPS = 41 |
Definition at line 8 of file markup.qh.
Referenced by GenericCommand_markup().