MissionArea
Engine/source/T3D/missionArea.h
NetObject Inheritance
enum
NetMaskBits { UpdateMask = BIT(0) }
packUpdate(NetConnection * conn, U32 mask, BitStream * stream)
Instructs this object to pack its state for transfer over the network.
unpackUpdate(NetConnection * conn, BitStream * stream)
Instructs this object to read state data previously packed with packUpdate.
SimObject Inheritance
bool
onAdd()
Called when the object is added to the sim.
Called after any property of the object is changed in the world editor.
Private Types
Parent
Private Attributes
Private Static Attributes
Public Static Attributes
Public Functions
Public Static Functions
Detailed Description
NetObject Inheritance
NetMaskBits
Enumerator
- UpdateMask = BIT(0)
packUpdate(NetConnection * conn, U32 mask, BitStream * stream)
Reimplemented from: NetObject
unpackUpdate(NetConnection * conn, BitStream * stream)
Reimplemented from: NetObject
SimObject Inheritance
onAdd()
Reimplemented from: NetObject
onRemove()
Reimplemented from: NetObject
inspectPostApply()
Reimplemented from: SimObject
initPersistFields()
Private Types
typedef NetObject Parent
Private Attributes
RectI mArea
F32 mFlightCeiling
F32 mFlightCeilingRange
Private Static Attributes
MissionArea * smServerObject
Public Static Attributes
RectI smMissionArea
Public Functions
MissionArea()
DECLARE_CONOBJECT(MissionArea )
getArea()
getFlightCeiling()
getFlightCeilingRange()
setArea(const RectI & area)