MissionArea Class Reference#include <missionArea.h>
Inheritance diagram for MissionArea:
[legend]List of all members.
Member Typedef Documentation
Member Enumeration Documentation
Constructor & Destructor Documentation
MissionArea::MissionArea |
( |
|
) |
|
Member Function Documentation
static const MissionArea* MissionArea::getServerObject |
( |
|
) |
[static] |
F32 MissionArea::getFlightCeiling |
( |
|
) |
const [inline] |
F32 MissionArea::getFlightCeilingRange |
( |
|
) |
const [inline] |
const RectI& MissionArea::getArea |
( |
|
) |
[inline] |
void MissionArea::setArea |
( |
const RectI & |
area |
) |
|
bool MissionArea::onAdd |
( |
|
) |
[virtual] |
Called when the object is added to the sim.
Reimplemented from NetObject.
static void MissionArea::initPersistFields |
( |
|
) |
[static] |
Instructs this object to pack its state for transfer over the network.
- Parameters:
-
| conn | Net connection being used |
| mask | Mask indicating fields to transmit. |
| stream | Bitstream to pack data to |
- Returns:
- Any bits which were not dealt with. The value is stored by the networking system. Don't set bits you weren't passed.
Reimplemented from NetObject.
Instructs this object to read state data previously packed with packUpdate.
- Parameters:
-
| conn | Net connection being used |
| stream | stream to read from |
Reimplemented from NetObject.
Member Data Documentation
|