group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
HudTeamMemberStatus Struct Reference

Per-teammate status (for scoreboard / team bar). More...

#include <HudTypes.hpp>

Collaboration diagram for HudTeamMemberStatus:
[legend]

Public Attributes

std::string name
HudColor color = HudColor::white()
int health = 100
bool isAlive = true
bool isLocal = false
int kills = 0
int deaths = 0
int ping = 0

Detailed Description

Per-teammate status (for scoreboard / team bar).

Member Data Documentation

◆ color

HudColor HudTeamMemberStatus::color = HudColor::white()

◆ deaths

int HudTeamMemberStatus::deaths = 0

◆ health

int HudTeamMemberStatus::health = 100

◆ isAlive

bool HudTeamMemberStatus::isAlive = true

◆ isLocal

bool HudTeamMemberStatus::isLocal = false

◆ kills

int HudTeamMemberStatus::kills = 0

◆ name

std::string HudTeamMemberStatus::name

◆ ping

int HudTeamMemberStatus::ping = 0

The documentation for this struct was generated from the following file: