|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Classes | |
| class | DebugText3d |
Macros | |
| #define | debug_text_3d(...) |
| #define | debug_text_3d_2(pos, msg) |
| #define | debug_text_3d_3(pos, msg, align) |
| #define | debug_text_3d_4(pos, msg, align, dur) |
| #define | debug_text_3d_5(pos, msg, align, dur, vel) |
Functions | |
| bool | debug_send (entity this, entity to, int sf) |
| ERASEABLE void | debug_text_3d_fn (vector pos, string msg, float align, float duration, vector vel) |
| GENERIC_COMMAND (bufstr_get, "Examine a string buffer object", false) | |
| GENERIC_COMMAND (cvar_localchanges, "Print locally changed cvars", false) | |
| GENERIC_COMMAND (findat, "Search through entities for matching origin", false) | |
| GENERIC_COMMAND (findent, "Search through entities for matching classname", false) | |
| GENERIC_COMMAND (version, "Print the current version", false) | |
| NET_HANDLE (debug_text_3d, bool is_new) | |
| NET_HANDLE (net_debug, bool isNew) | |
| REGISTER_NET_TEMP (debug_text_3d) | |
| void (float bufhandle, string pattern, string antipattern) buf_cvarlist | |
Variables | |
| bool | debug |
| int | sv_entnum |
| entity | tag_entity |
| #define debug_text_3d | ( | ... | ) |
Definition at line 486 of file debug.qh.
Referenced by debug_text_3d_fn(), NET_HANDLE(), REGISTER_NET_TEMP(), and show_entnum().
| #define debug_text_3d_2 | ( | pos, | |
| msg ) |
| #define debug_text_3d_3 | ( | pos, | |
| msg, | |||
| align ) |
| #define debug_text_3d_4 | ( | pos, | |
| msg, | |||
| align, | |||
| dur ) |
| #define debug_text_3d_5 | ( | pos, | |
| msg, | |||
| align, | |||
| dur, | |||
| vel ) |
Definition at line 42 of file debug.qh.
References absmax, absmin, classname, entity(), etof, is_pure, msg_entity, MSG_ONE, origin, sourceLoc, tag_entity, vector, WriteByte(), WriteHeader, WriteShort(), and WriteString().
Definition at line 493 of file debug.qh.
References debug_text_3d, MSG_BROADCAST, vector, WriteHeader, and WriteString().
Definition at line 201 of file debug.qh.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, GetProgramCommandPrefix, LOG_HELP, LOG_INFO, and stof().
| GENERIC_COMMAND | ( | cvar_localchanges | , |
| "Print locally changed cvars" | , | ||
| false | ) |
Definition at line 246 of file debug.qh.
References buf_create, CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, cvar_defstring(), cvar_string(), GetProgramCommandPrefix, LOG_HELP, LOG_INFO, and strcat().
Definition at line 369 of file debug.qh.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, FOREACH_ENTITY_ORDERED, GetProgramCommandPrefix, LOG_HELP, LOG_HELPF, LOG_INFOF, org, stof(), stov(), vdist, and vector.
Definition at line 340 of file debug.qh.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, FOREACH_ENTITY_CLASS_ORDERED, GetProgramCommandPrefix, LOG_HELP, LOG_HELPF, and LOG_INFOF.
| GENERIC_COMMAND | ( | version | , |
| "Print the current version" | , | ||
| false | ) |
Definition at line 223 of file debug.qh.
References CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, GetProgramCommandPrefix, LOG_HELP, LOG_INFO, and PROGNAME.
| NET_HANDLE | ( | debug_text_3d | , |
| bool | is_new ) |
Definition at line 471 of file debug.qh.
References debug_text_3d, make_impure, NET_HANDLE, NEW, ReadFloat, ReadString, ReadVector, and vector.
| NET_HANDLE | ( | net_debug | , |
| bool | isNew ) |
Definition at line 27 of file debug.qh.
References classname, debug, make_pure, Net_Accept, origin, ReadByte(), ReadString, ReadVector, sourceLoc, strzone(), and sv_entnum.
| REGISTER_NET_TEMP | ( | debug_text_3d | ) |
References debug_text_3d.
| bool debug |
Definition at line 21 of file debug.qh.
Referenced by NET_HANDLE().