MCPcopy Create free account
hub / github.com/bwapi/bwapi / cloak

Method cloak

bwapi/BWAPILIB/UnitCommand.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 return UnitCommand{ unit, UnitCommandTypes::Unburrow };
146 }
147 UnitCommand UnitCommand::cloak(Unit unit)
148 {
149 return UnitCommand{ unit, UnitCommandTypes::Cloak };
150 }
151 UnitCommand UnitCommand::decloak(Unit unit)
152 {
153 return UnitCommand{ unit, UnitCommandTypes::Decloak };

Callers 1

startMethod · 0.45

Calls

no outgoing calls

Tested by 1

startMethod · 0.36