VehicleBlocker

Engine/source/T3D/vehicles/vehicleBlocker.h

More...

Private Types

Parent 

Public Friends

Protected Attributes

Protected Functions

buildConvex(const Box3F & box, Convex * convex)

Builds a convex hull for this object.

bool

Called when the object is added to the sim.

Called when the object is removed from the sim.

Public Functions

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

Private Types

typedef SceneObject Parent 

Public Friends

Protected Attributes

Convex * mConvexList 
Point3F mDimensions 

Protected Functions

buildConvex(const Box3F & box, Convex * convex)

Reimplemented from: SceneObject

onAdd()

Reimplemented from: SceneObject

onRemove()

Reimplemented from: SceneObject

Public Functions

VehicleBlocker()

~VehicleBlocker()

DECLARE_CONOBJECT(VehicleBlocker )

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

Reimplemented from: SceneObject

unpackUpdate(NetConnection * conn, BitStream * stream)

Reimplemented from: SceneObject

Public Static Functions

initPersistFields()