CameraBookmark

Engine/source/T3D/missionMarker.h

More...

Public Types

enum
WayPointMasks {
  UpdateNameMask = Parent::NextFreeMask
  NextFreeMask = Parent::NextFreeMask << 1
}

Private Types

Public Attributes

Public Functions

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

bool

Called when the object is added to the sim.

Called when the object is added to a SimGroup.

Called when the object is removed from a SimGroup.

Called when the object is removed from the sim.

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.

Public Static Functions

Detailed Description

Public Types

WayPointMasks

Enumerator

UpdateNameMask = Parent::NextFreeMask
NextFreeMask = Parent::NextFreeMask << 1

Private Types

typedef MissionMarker Parent 

Public Attributes

StringTableEntry mName 

Public Functions

CameraBookmark()

DECLARE_CONOBJECT(CameraBookmark )

inspectPostApply()

Reimplemented from: MissionMarker

onAdd()

Reimplemented from: MissionMarker

onGroupAdd()

Reimplemented from: SimObject

onGroupRemove()

Reimplemented from: SimObject

onRemove()

Reimplemented from: MissionMarker

packUpdate(NetConnection * conn, U32 mask, BitStream * stream)

Reimplemented from: MissionMarker

unpackUpdate(NetConnection * conn, BitStream * stream)

Reimplemented from: MissionMarker

Public Static Functions

initPersistFields()