----------------------------------------------- SETTERS -----------------------------------------
| 111 | } |
| 112 | // ----------------------------------------------- SETTERS ----------------------------------------- |
| 113 | void UnitWrap::SetOrderState(int state) |
| 114 | { |
| 115 | pUnit->setClientInfo(state, UnitInfo::OrderState); |
| 116 | } |
| 117 | |
| 118 | void UnitWrap::SetOrderTimer(int time) |
| 119 | { |
nothing calls this directly
no test coverage detected