Struct sc2::data::UpgradeData[][src]

pub struct UpgradeData { /* fields omitted */ }

Upgrade data.

Methods

impl UpgradeData
[src]

Stable upgrade ID.

Upgrade name (corresponds to the game's catalog).

Mineral cost of researching this upgrade.

Vespene cost of researching this upgrade.

Ability that researches this upgrade.

Time in game steps to research this upgrade.

Trait Implementations

impl Debug for UpgradeData
[src]

Formats the value using the given formatter. Read more

impl Clone for UpgradeData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for UpgradeData

impl Sync for UpgradeData