#include <servicing.h>
Inheritance diagram for ServiceChecker:

Public Member Functions | |
| ServiceChecker (ContainerBase *src, int skipChecks=0) | |
| void | check (ContainerBase *dest) |
| virtual | ~ServiceChecker () |
Static Public Attributes | |
| static const int | ignoreHeight = 1 |
| static const int | ignoreDistance = 2 |
Protected Member Functions | |
| const SingleWeapon * | getServiceWeapon () |
| virtual void | ammo (ContainerBase *dest, int type)=0 |
| virtual void | resource (ContainerBase *dest, int type, bool active)=0 |
Protected Attributes | |
| ContainerBase * | source |
| int | ignoreChecks |
|
||||||||||||
|
Definition at line 532 of file servicing.cpp. |
|
|
Definition at line 110 of file servicing.h. |
|
||||||||||||
|
Implemented in ServiceTargetSearcher, and TransferHandler. Referenced by check(). |
|
|
|
Definition at line 500 of file servicing.cpp. References SingleWeapon::service(), source, Vehicle::typ, UnitWeapon::weapon, and Vehicletype::weapons. Referenced by ServiceTargetSearcher::available(), and ServiceTargetSearcher::startSearch(). |
|
||||||||||||||||
|
Implemented in ServiceTargetSearcher, and TransferHandler. Referenced by check(). |
|
|
Definition at line 93 of file servicing.h. Referenced by check(). |
|
|
Definition at line 105 of file servicing.h. |
|
|
Definition at line 104 of file servicing.h. |
|
|
Definition at line 92 of file servicing.h. Referenced by ServiceTargetSearcher::available(), check(), getServiceWeapon(), and ServiceTargetSearcher::startSearch(). |
1.4.2