Table of Contents

Struct CountryStatistics

Namespace
Core.Queries
Assembly
Core.dll

Country statistics for debugging and UI (engine-only data) Note: Development-related fields removed (game-specific) Use Game/Queries/HegemonCountryQueries for game statistics

public struct CountryStatistics

Fields

AverageProvincesPerCountry

public float AverageProvincesPerCountry

Field Value

float

CountriesWithProvinces

public int CountriesWithProvinces

Field Value

int

LargestCountryId

public ushort LargestCountryId

Field Value

ushort

LargestCountryProvinces

public int LargestCountryProvinces

Field Value

int

TotalCountries

public int TotalCountries

Field Value

int

TotalProvinces

public int TotalProvinces

Field Value

int