pub struct MissionTarget { /* private fields */ }

Implementations

The sequence number of this target

(Direction-)Hints for further targets

The radius in which the presence counts for domination

When this number reaches 0, the MissionTarget is not dominated by a team anymore. When this number reaches 1 the MissionTarget is fully dominated by the MissionTarget- Team. Each x (currently 350) ticks a MissionTarget is contiguous fully dominated it scores for its Team

When this values reaches a certain value (currently 350) its Team scores and the value is reset

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.