#include <Hull.h>
Inheritance diagram for Hull:


Public Member Functions | |
| bool | LoadSlot (const TiXmlNode *node) |
| bool | CheckSlots () |
| const Slot & | GetSlot (int i) const |
| unsigned int | GetNumberSlots () const |
| void | SetCargoLeft (long v) |
| void | SetCargoTop (long v) |
| void | SetCargoWidth (long v) |
| void | SetCargoHeight (long v) |
| long | GetCargoLeft () const |
| long | GetCargoTop () const |
| long | GetCargoWidth () const |
| long | GetCargoHeight () const |
Protected Attributes | |
| long | mCargoLeft |
| long | mCargoTop |
| long | mCargoWidth |
| long | mCargoHeight |
| deque< Slot > | Slots |
A hull contains slots for components. Each ship is based on a given hull.
Definition at line 46 of file Hull.h.
1.4.2-20050421