Quake II RTX doxygen  1.0 dev
demosnap_t Struct Reference

Public Attributes

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

Detailed Description

Definition at line 757 of file demo.c.

Member Data Documentation

◆ data

byte demosnap_t::data[1]

Definition at line 762 of file demo.c.

Referenced by CL_EmitDemoSnapshot(), and CL_Seek_f().

◆ entry

list_t demosnap_t::entry

Definition at line 758 of file demo.c.

Referenced by CL_EmitDemoSnapshot().

◆ filepos

off_t demosnap_t::filepos

Definition at line 760 of file demo.c.

Referenced by CL_EmitDemoSnapshot(), and CL_Seek_f().

◆ framenum

int demosnap_t::framenum

Definition at line 759 of file demo.c.

Referenced by CL_EmitDemoSnapshot(), CL_Seek_f(), and find_snapshot().

◆ msglen

size_t demosnap_t::msglen

Definition at line 761 of file demo.c.

Referenced by CL_CleanupDemos(), CL_EmitDemoSnapshot(), and CL_Seek_f().