Enum sc2::ActionTarget [] [src]

pub enum ActionTarget {
    UnitTag(Tag),
    Location(Point2),
}

action target

Variants

target a unit with this action

target a location with this action

Trait Implementations

impl Debug for ActionTarget
[src]

[src]

Formats the value using the given formatter.

impl Copy for ActionTarget
[src]

impl Clone for ActionTarget
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more