![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <client.h>
Data Fields | |
qbool | isactive |
char | label [32] |
char | pic [128] |
float | x |
float | y |
qbool showlmp_t::isactive |
Definition at line 731 of file client.h.
Referenced by SHOWLMP_decodehide(), SHOWLMP_decodeshow(), and SHOWLMP_drawall().
char showlmp_t::label[32] |
Definition at line 734 of file client.h.
Referenced by SHOWLMP_decodehide(), and SHOWLMP_decodeshow().
char showlmp_t::pic[128] |
Definition at line 735 of file client.h.
Referenced by SHOWLMP_decodeshow(), and SHOWLMP_drawall().
float showlmp_t::x |
Definition at line 732 of file client.h.
Referenced by SHOWLMP_decodeshow(), and SHOWLMP_drawall().
float showlmp_t::y |
Definition at line 733 of file client.h.
Referenced by SHOWLMP_decodeshow(), and SHOWLMP_drawall().