DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
showlmp_t Struct Reference

#include <client.h>

+ Collaboration diagram for showlmp_t:

Data Fields

qbool isactive
 
char label [32]
 
char pic [128]
 
float x
 
float y
 

Detailed Description

Definition at line 729 of file client.h.

Field Documentation

◆ isactive

qbool showlmp_t::isactive

Definition at line 731 of file client.h.

Referenced by SHOWLMP_decodehide(), SHOWLMP_decodeshow(), and SHOWLMP_drawall().

◆ label

char showlmp_t::label[32]

Definition at line 734 of file client.h.

Referenced by SHOWLMP_decodehide(), and SHOWLMP_decodeshow().

◆ pic

char showlmp_t::pic[128]

Definition at line 735 of file client.h.

Referenced by SHOWLMP_decodeshow(), and SHOWLMP_drawall().

◆ x

float showlmp_t::x

Definition at line 732 of file client.h.

Referenced by SHOWLMP_decodeshow(), and SHOWLMP_drawall().

◆ y

float showlmp_t::y

Definition at line 733 of file client.h.

Referenced by SHOWLMP_decodeshow(), and SHOWLMP_drawall().


The documentation for this struct was generated from the following file: