Crossfire Server, Branches 1.12  R18729
Output_Buf Struct Reference

#include <player.h>

+ Collaboration diagram for Output_Buf:

Data Fields

const char * buf
 
uint16 count
 
uint32 first_update
 

Detailed Description

One output buffer.

Definition at line 40 of file player.h.

Field Documentation

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().


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