UFO: Alien Invasion
Loading...
Searching...
No Matches
q_shared.cpp File Reference

Common functions. More...

#include "q_shared.h"
Include dependency graph for q_shared.cpp:

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.

Detailed Description

Common functions.

Definition in file q_shared.cpp.

Function Documentation

◆ CASSERT()

References pa_format, and PA_NUM_EVENTS.

Variable Documentation

◆ pa_format

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 CASSERT(), G_ClientAction(), and MSG_Write_PA().