Struct sc2::GameData [] [src]

pub struct GameData {
    pub ability_data: HashMap<Ability, AbilityData>,
    pub unit_type_data: HashMap<UnitType, UnitTypeData>,
    pub upgrade_data: HashMap<Upgrade, UpgradeData>,
    pub buff_data: HashMap<Buff, BuffData>,
    pub terrain_info: TerrainInfo,
}

game data (may vary depending on version and DLC)

Fields

data associated with abilities

data associated with unit types

data associated with upgrades

data associated buffs

playable area info

Trait Implementations

impl Debug for GameData
[src]

[src]

Formats the value using the given formatter.

impl Clone for GameData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more