MissionArea

Engine/source/T3D/missionArea.h

More...

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.

Instructs this object to read state data previously packed with packUpdate.

SimObject Inheritance

bool

Called when the object is added to the sim.

Called when the object is removed from the sim.

Called after any property of the object is changed in the world editor.

Private Types

Parent 

Private Static Attributes

Public Static Attributes

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