#include <objects.h>
Inheritance diagram for MineType:

Public Member Functions | |
| int | getID () const |
| MineType (MineTypes t) | |
| MineType (const MineType &w) | |
| ASCString | getName () const |
| void | paint (Surface &surface, const SPoint &pos) const |
Static Public Member Functions | |
| static void | paint (MineTypes type, int player, Surface &surf, const SPoint &pos) |
Public Attributes | |
| int | id |
| vector< int > | secondaryIDs |
| not really used for minetypes. | |
| ASCString | name |
| ASCString | location |
|
|
|
|
|
|
|
|
Implements MapItemType. Definition at line 79 of file objects.h. References id. |
|
|
Implements MapItemType. Definition at line 83 of file objects.h. References MineNames. |
|
||||||||||||||||||||
|
Definition at line 46 of file objects.cpp. References cmantipersonnelmine, cmantitankmine, cmfloatmine, cmmooredmine, IconRepository::getIcon(), and nullParam. |
|
||||||||||||
|
Definition at line 41 of file objects.cpp. Referenced by MineItem::display(), and Mine::paint(). |
|
|
Definition at line 71 of file objects.h. Referenced by getID(), mineComp(), and MineItem::place(). |
|
|
|
|
|
|
|
|
not really used for minetypes.
|
1.4.2