--------------------------------------------- GET LOCKDOWN TIMER -----------------------------------------
| 196 | } |
| 197 | //--------------------------------------------- GET LOCKDOWN TIMER ----------------------------------------- |
| 198 | int UnitImpl::getLockdownTimer() const |
| 199 | { |
| 200 | return self->lockdownTimer; |
| 201 | } |
| 202 | //--------------------------------------------- GET MAELSTROM TIMER ---------------------------------------- |
| 203 | int UnitImpl::getMaelstromTimer() const |
| 204 | { |
no outgoing calls