Quake II RTX doxygen  1.0 dev
mvd_snap_t Struct Reference

#include <client.h>

Public Attributes

list_t entry
 
int framenum
 
off_t filepos
 
size_t msglen
 
byte data [1]
 

Detailed Description

Definition at line 115 of file client.h.

Member Data Documentation

◆ data

byte mvd_snap_t::data[1]

Definition at line 120 of file client.h.

Referenced by demo_emit_snapshot(), and MVD_Seek_f().

◆ entry

list_t mvd_snap_t::entry

Definition at line 116 of file client.h.

Referenced by demo_emit_snapshot().

◆ filepos

off_t mvd_snap_t::filepos

Definition at line 118 of file client.h.

Referenced by demo_emit_snapshot(), and MVD_Seek_f().

◆ framenum

int mvd_snap_t::framenum

Definition at line 117 of file client.h.

Referenced by demo_emit_snapshot(), demo_find_snapshot(), and MVD_Seek_f().

◆ msglen

size_t mvd_snap_t::msglen

Definition at line 119 of file client.h.

Referenced by demo_emit_snapshot(), and MVD_Seek_f().