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

Method decloak

bwapi/BWAPILIB/UnitCommand.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 return UnitCommand{ unit, UnitCommandTypes::Cloak };
150 }
151 UnitCommand UnitCommand::decloak(Unit unit)
152 {
153 return UnitCommand{ unit, UnitCommandTypes::Decloak };
154 }
155 UnitCommand UnitCommand::siege(Unit unit)
156 {
157 return UnitCommand{ unit, UnitCommandTypes::Siege };

Callers 2

DecloakCheckMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by 1

updateMethod · 0.36