Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ScoreGather Struct Reference

Public Attributes

Int m_totalMoneyEarned
 The total money that was harvested, refined, received in crates.
 
Int m_totalMoneySpent
 The total money spent on units, buildings, repairs.
 
Int m_totalUnitsDestroyed
 The total number of enimies that we've killed.
 
Int m_totalUnitsBuilt
 The total number of units we've created (created meaning that we built from a building)
 
Int m_totalUnitsLost
 The total number of our units lost.
 
Int m_totalBuildingsDestroyed
 The total number of Buildings we've destroyed.
 
Int m_totalBuildingsBuilt
 The total number of buildings we've constructed.
 
Int m_totalBuildingsLost
 The total number of our buildings lost.
 
const Imagem_sideImage
 

Detailed Description

Definition at line 181 of file ScoreScreen.cpp.

Member Data Documentation

◆ m_sideImage

const Image* ScoreGather::m_sideImage

Definition at line 191 of file ScoreScreen.cpp.

◆ m_totalBuildingsBuilt

Int ScoreGather::m_totalBuildingsBuilt

The total number of buildings we've constructed.

Definition at line 189 of file ScoreScreen.cpp.

◆ m_totalBuildingsDestroyed

Int ScoreGather::m_totalBuildingsDestroyed

The total number of Buildings we've destroyed.

Definition at line 188 of file ScoreScreen.cpp.

◆ m_totalBuildingsLost

Int ScoreGather::m_totalBuildingsLost

The total number of our buildings lost.

Definition at line 190 of file ScoreScreen.cpp.

◆ m_totalMoneyEarned

Int ScoreGather::m_totalMoneyEarned

The total money that was harvested, refined, received in crates.

Definition at line 183 of file ScoreScreen.cpp.

◆ m_totalMoneySpent

Int ScoreGather::m_totalMoneySpent

The total money spent on units, buildings, repairs.

Definition at line 184 of file ScoreScreen.cpp.

◆ m_totalUnitsBuilt

Int ScoreGather::m_totalUnitsBuilt

The total number of units we've created (created meaning that we built from a building)

Definition at line 186 of file ScoreScreen.cpp.

◆ m_totalUnitsDestroyed

Int ScoreGather::m_totalUnitsDestroyed

The total number of enimies that we've killed.

Definition at line 185 of file ScoreScreen.cpp.

◆ m_totalUnitsLost

Int ScoreGather::m_totalUnitsLost

The total number of our units lost.

Definition at line 187 of file ScoreScreen.cpp.


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