M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
SandBox.ViewModelCollection.GameOver.StatItem Class Reference

Public Types

enum  StatType {
  None ,
  Influence ,
  Issue ,
  Tournament ,
  Gold ,
  Crime ,
  Kill
}
 

Public Member Functions

 StatItem (string id, string value, StatType type=StatType.None)
 

Public Attributes

readonly string ID
 
readonly string Value
 
readonly StatType Type
 

Member Enumeration Documentation

◆ StatType

Enumerator
None 
Influence 
Issue 
Tournament 
Gold 
Crime 
Kill 

Constructor & Destructor Documentation

◆ StatItem()

SandBox.ViewModelCollection.GameOver.StatItem.StatItem ( string  id,
string  value,
StatType  type = StatType::None 
)

Member Data Documentation

◆ ID

readonly string SandBox.ViewModelCollection.GameOver.StatItem.ID

◆ Value

readonly string SandBox.ViewModelCollection.GameOver.StatItem.Value

◆ Type

readonly StatType SandBox.ViewModelCollection.GameOver.StatItem.Type