Struct sc2::action::Action[][src]

pub struct Action { /* fields omitted */ }

An action (command or ability) applied to a unit or set of units.

Methods

impl Action
[src]

Perform the given ability.

Units that this action applies to.

Take the tags from an arbitrary iterator of units.

Tnits that this action applies to.

Directly assign the unit tags.

Set the target of the action.

Trait Implementations

impl Debug for Action
[src]

Formats the value using the given formatter. Read more

impl Clone for Action
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Action

impl Sync for Action