CameraBookmark
Engine/source/T3D/missionMarker.h
Public Types
enum
WayPointMasks { UpdateNameMask = Parent::NextFreeMask NextFreeMask = Parent::NextFreeMask << 1 }
Private Types
Parent
Public Attributes
Public Functions
Called after any property of the object is changed in the world editor.
bool
onAdd()
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.
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.
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