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

Method GetTargetFlags

bwapi/BWScriptEmulator/UnitInfo.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 pUnit->getClientInfo<int>(UnitInfo::OrderTarget_Y) );
107}
108int UnitWrap::GetTargetFlags() const
109{
110 return pUnit->getClientInfo<int>(UnitInfo::TargetFlags);
111}
112// ----------------------------------------------- SETTERS -----------------------------------------
113void UnitWrap::SetOrderState(int state)
114{

Callers 1

UseTechMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected