UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
q_shared.cpp File Reference

Common functions. More...

#include "q_shared.h"

Go to the source code of this file.

Functions

 CASSERT (lengthof(pa_format)==PA_NUM_EVENTS)
 

Variables

const char * pa_format []
 Player action format strings for netchannel transfer. More...
 

Detailed Description

Common functions.

Definition in file q_shared.cpp.

Function Documentation

CASSERT ( lengthof(pa_format = =PA_NUM_EVENTS)

Variable Documentation

const char* pa_format[]
Initial value:
=
{
"",
"s",
"g",
"s",
"gbbl",
"s",
"bbbbbb",
"sss",
"ss"
}

Player action format strings for netchannel transfer.

Note
They all have a prefix
See also
MSG_Write_PA

Definition at line 34 of file q_shared.cpp.

Referenced by G_ClientAction(), and MSG_Write_PA().