UFO: Alien Invasion
Loading...
Searching...
No Matches
g_stats.cpp File Reference
#include "g_local.h"
#include "g_client.h"
#include "g_edicts.h"
#include "g_health.h"
Include dependency graph for g_stats.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ G_SendPlayerStats()

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

◆ G_SendStats()