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

pub struct UpgradeData { /* fields omitted */ }

upgrade data

Methods

impl UpgradeData
[src]

[src]

stable upgrade ID

[src]

upgrade name (corresponds to the game's catalog)

[src]

mineral cost of researching this upgrade

[src]

vespene cost of researching this upgrade

[src]

ability that researches this upgrade

[src]

time in game steps to research this upgrade

Trait Implementations

impl Debug for UpgradeData
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpgradeData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for UpgradeData

impl Sync for UpgradeData