|
Crossfire Server, Branches 1.12
R18729
|
#include <player.h>
Collaboration diagram for Output_Buf:Data Fields | |
| const char * | buf |
| uint16 | count |
| uint32 | first_update |
| const char* Output_Buf::buf |
Actual string pointer.
Definition at line 41 of file player.h.
Referenced by check_output_buffers(), do_some_living(), and flush_output_element().
| uint16 Output_Buf::count |
How many times we got this message.
Definition at line 43 of file player.h.
Referenced by check_output_buffers(), and flush_output_element().
| uint32 Output_Buf::first_update |
First time this message was stored.
Definition at line 42 of file player.h.
Referenced by check_output_buffers(), do_some_living(), and flush_output_element().