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

Method SetOrderState

bwapi/BWScriptEmulator/UnitInfo.cpp:113–116  ·  view source on GitHub ↗

----------------------------------------------- SETTERS -----------------------------------------

Source from the content-addressed store, hash-verified

111}
112// ----------------------------------------------- SETTERS -----------------------------------------
113void UnitWrap::SetOrderState(int state)
114{
115 pUnit->setClientInfo(state, UnitInfo::OrderState);
116}
117
118void UnitWrap::SetOrderTimer(int time)
119{

Callers

nothing calls this directly

Calls 1

setClientInfoMethod · 0.45

Tested by

no test coverage detected