#include <TerrainLogic.h>
Public Member Functions | |
| BridgeInfo () | |
Public Attributes | |
| Coord3D | from |
| Coord3D | to |
| Real | bridgeWidth |
| The points that the bridge was drawn using. | |
| Coord3D | fromLeft |
| Width of the bridge. | |
| Coord3D | fromRight |
| Coord3D | toLeft |
| Coord3D | toRight |
| Int | bridgeIndex |
| The 4 corners of the rectangle that the bridge covers. | |
| BodyDamageType | curDamageState |
| ObjectID | bridgeObjectID |
| ObjectID | towerObjectID [BRIDGE_MAX_TOWERS] |
| Bool | damageStateChanged |
Helper class for bridge info in terrain logic.
Definition at line 133 of file TerrainLogic.h.
| BridgeInfo::BridgeInfo | ( | ) |
Definition at line 107 of file TerrainLogic.cpp.
| Int BridgeInfo::bridgeIndex |
The 4 corners of the rectangle that the bridge covers.
The index to the drawable bridges.
Definition at line 142 of file TerrainLogic.h.
| ObjectID BridgeInfo::bridgeObjectID |
Definition at line 144 of file TerrainLogic.h.
| Real BridgeInfo::bridgeWidth |
The points that the bridge was drawn using.
Definition at line 140 of file TerrainLogic.h.
| BodyDamageType BridgeInfo::curDamageState |
Definition at line 143 of file TerrainLogic.h.
| Bool BridgeInfo::damageStateChanged |
Definition at line 146 of file TerrainLogic.h.
| Coord3D BridgeInfo::from |
Definition at line 139 of file TerrainLogic.h.
| Coord3D BridgeInfo::fromLeft |
Width of the bridge.
Definition at line 141 of file TerrainLogic.h.
| Coord3D BridgeInfo::fromRight |
Definition at line 141 of file TerrainLogic.h.
| Coord3D BridgeInfo::to |
Definition at line 139 of file TerrainLogic.h.
| Coord3D BridgeInfo::toLeft |
Definition at line 141 of file TerrainLogic.h.
| Coord3D BridgeInfo::toRight |
Definition at line 141 of file TerrainLogic.h.
| ObjectID BridgeInfo::towerObjectID[BRIDGE_MAX_TOWERS] |
Definition at line 145 of file TerrainLogic.h.