Struct sc2::Effect [] [src]

pub struct Effect {
    pub effect: Ability,
    pub positions: Vec<Point2>,
}

visuals of a persistent ability on the map (eg. PsiStorm)

Fields

stable effect ID

all the positions that this effect is impacting on the map

Trait Implementations

impl Debug for Effect
[src]

[src]

Formats the value using the given formatter.

impl Clone for Effect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more