Struct rust_sc2::unit::UnitOrder  [−][src]
Order given to unit. All current orders of unit stored in orders field.
Fields
ability: AbilityIdAbility unit is using.
target: TargetTarget of unit’s ability.
progress: f32Progress of train abilities. Value in range from 0 to 1.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnitOrder
impl RefUnwindSafe for UnitOrderimpl UnwindSafe for UnitOrder
impl UnwindSafe for UnitOrder