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

Public Member Functions | |
| Object () | |
| Object (const ObjectType *o) | |
| void | display (Surface &surface, const SPoint &pos, int weather=0) const |
| const OverviewMapImage * | getOverviewMapImage (int weather) |
| void | setdir (int dir) |
| int | getdir (void) |
Public Attributes | |
| const ObjectType * | typ |
| int | damage |
| int | dir |
| int | remainingGrowthTime |
Definition at line 46 of file objects.h.
|
|
Definition at line 81 of file objects.cpp. References damage, dir, remainingGrowthTime, and typ. |
|
|
Definition at line 89 of file objects.cpp. References damage, dir, ObjectType::growthDuration, ObjectType::lifetime, AgeableItem::lifetimer, remainingGrowthTime, and typ. |
|
||||||||||||||||
|
Definition at line 109 of file objects.cpp. References dir, ObjectType::display(), and typ. |
|
|
Definition at line 104 of file objects.cpp. References dir. |
|
|
Definition at line 114 of file objects.cpp. References dir, ObjectType::getOverviewMapImage(), and typ. |
|
|
Definition at line 99 of file objects.cpp. References dir. Referenced by calculateobject(). |
|
|
Definition at line 49 of file objects.h. Referenced by Object(), tspfldloaders::readfields(), tunitattacksobject::setresult(), and tunitattacksobject::setup(). |
|
|
Definition at line 50 of file objects.h. Referenced by tfield::addobject(), display(), getdir(), getOverviewMapImage(), Object(), tspfldloaders::readfields(), setdir(), and ForestCalculation::Smoothing::SmoothIt(). |
|
|
Definition at line 51 of file objects.h. Referenced by Object(), and tspfldloaders::readfields(). |
|
|
Definition at line 48 of file objects.h. Referenced by compareObjectHeight(), display(), getOverviewMapImage(), Object(), tspfldloaders::readfields(), tunitattacksobject::setresult(), tunitattacksobject::setup(), and ForestCalculation::Smoothing::SmoothIt(). |
1.4.2