|
UFO: Alien Invasion
|

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. | |
| void G_SendPlayerStats | ( | const Player & | player | ) |
Write player stats to network buffer.
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().
Send stats to network buffer.
Definition at line 34 of file g_stats.cpp.
References G_EventActorStats(), G_TeamToPM(), Edict::getStun(), Edict::getTeam(), Edict::HP, Edict::morale, Edict::setStun(), and Edict::TU.
Referenced by G_ActorCheckRevitalise(), G_ActorInvMove(), G_CheckDeathOrKnockout(), G_ClientMove(), G_ClientShoot(), G_ClientStateChangeUpdate(), G_ClientTurn(), G_ClientUseEdict(), G_Damage(), G_GiveTimeUnits(), G_Morale(), and G_MoraleBehaviour().