Quake II RTX doxygen  1.0 dev
mvd_cs_s Struct Reference

#include <client.h>

Public Attributes

struct mvd_cs_snext
 
int index
 
char string [1]
 

Detailed Description

Definition at line 56 of file client.h.

Member Data Documentation

◆ index

int mvd_cs_s::index

Definition at line 58 of file client.h.

Referenced by MVD_UnicastString(), reset_unicast_strings(), and write_cs_list().

◆ next

struct mvd_cs_s* mvd_cs_s::next

Definition at line 57 of file client.h.

Referenced by MVD_FreePlayer(), MVD_UnicastString(), reset_unicast_strings(), and write_cs_list().

◆ string

char mvd_cs_s::string[1]

Definition at line 59 of file client.h.

Referenced by MVD_UnicastString(), and write_cs_list().