SAccountingGroupStats

C++
struct SAccountingGroupStats {
  char m_name[8];
  uint32 m_sends;
  float m_bandwidthUsed;
  float m_totalBandwidthUsed;
  uint32 m_priority;
  float m_maxLatency;
  float m_discardLatency;
  bool m_inUse;
};
File

INetwork.h

SAccountingGroupStats::m_bandwidthUsed Data Member
C++
float m_bandwidthUsed;
SAccountingGroupStats::m_discardLatency Data Member
C++
float m_discardLatency;
SAccountingGroupStats::m_inUse Data Member
C++
bool m_inUse;
SAccountingGroupStats::m_maxLatency Data Member
C++
float m_maxLatency;
SAccountingGroupStats::m_name Data Member
C++
char m_name[8];
SAccountingGroupStats::m_priority Data Member
C++
uint32 m_priority;
SAccountingGroupStats::m_sends Data Member
C++
uint32 m_sends;
SAccountingGroupStats::m_totalBandwidthUsed Data Member
C++
float m_totalBandwidthUsed;
SAccountingGroupStats::SAccountingGroupStats Constructor
C++
SAccountingGroupStats();