UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
g_stats.cpp File Reference
#include "g_local.h"
#include "g_client.h"
#include "g_edicts.h"
#include "g_health.h"

Go to the source code of this file.

Functions

void G_SendStats (Edict &ent)
 Send stats to network buffer. More...
 
void G_SendPlayerStats (const Player &player)
 Write player stats to network buffer. More...
 

Function Documentation

void G_SendPlayerStats ( const Player &  player)

Write player stats to network buffer.

See also
G_SendStats

Definition at line 49 of file g_stats.cpp.

References G_EdictsGetNextActor(), G_EventActorStats(), G_PlayerToPM, G_SendWoundStats(), and Edict::getTeam().

Referenced by G_ClientStartMatch().