MCPcopy Create free account
hub / github.com/Blizzard/s2client-api / UnitOrder

Method UnitOrder

include/sc2api/sc2_unit.h:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 float progress;
29
30 UnitOrder() :
31 ability_id(0),
32 target_unit_tag(NullTag),
33 progress(0.0f) {
34 }
35};
36
37//! A passenger on a transport.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected