Struct sc2::data::AbilityData [] [src]

pub struct AbilityData { /* fields omitted */ }

data about an ability

Methods

impl AbilityData
[src]

[src]

get the most generalized id of the ability

[src]

indicates whether the ability is available to the current mods/map

[src]

stable ID for the ability

catalog (game data xml) name of the ability

catalog (game data xml) index of the ability

[src]

name of the button for the command card

[src]

in case the button name is not descriptive

[src]

UI hotkey

[src]

other abilities that can remap to this generic ability

[src]

type of target that this ability uses

[src]

can be cast in the minimap (unimplemented)

[src]

autocast can be set

[src]

requires placement to construct a building

[src]

if the ability is placing a building, give the radius of the footprint

[src]

placement next to an existing structure (an addon like a Tech Lab)

[src]

range unit can cast ability without needing to approach target

Trait Implementations

impl Debug for AbilityData
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AbilityData
[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 AbilityData

impl Sync for AbilityData