Struct sc2::data::Action [] [src]

pub struct Action { /* fields omitted */ }

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

Methods

impl Action
[src]

[src]

perform the given ability

[src]

units that this action applies to

take the tags from an arbitrary iterator of units

[src]

units that this action applies to

directly assign the unit tags

[src]

set the target of the action

Trait Implementations

impl Debug for Action
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for Action