afxChoreographer
Base class used by choreographers.
Public Static Attributes
bool
Disables rendering of all instances of this type.
bool
Disables selection of all instances of this type.
Public Attributes
bool
Public Functions
void
addConstraint(string source, string name)
Add a dynamic constraint consistiing of a source and name. The source can be a SceneObject, a 3-valued position, or a 7-valued transform.
void
addExplicitClient(NetConnection client)
Add an explicit client.
void
clearTriggerBit(uint bit_num)
Unset a bit of the trigger-mask.
void
remapConstraint(string source, string name)
Remap a dynamic constraint to use a new source. The source can be a SceneObject, a 3-valued position, or a 7-valued transform. but must match type of existing source.
void
setExecConditions(uint mask)
Set a bitmask to specifiy the state of exec-conditions.
void
setLevelOfDetail(uint lod)
Set a level-of-detail value (0-255) for the choreographer.
void
setRanking(uint ranking)
Set a ranking value (0-255) for the choreographer.
void
setTriggerBit(uint bit_num)
Set a bit of the trigger-mask.
bool
testTriggerBit(uint bit_num)
Test state of a trigger-mask bit.
Detailed Description
Base class used by choreographers.
Public Static Attributes
bool isRenderable
Disables rendering of all instances of this type.
bool isSelectable
Disables selection of all instances of this type.
Public Attributes
SimObject extra
...
bool postponeActivation
...
Public Functions
addConstraint(string source, string name)
Add a dynamic constraint consistiing of a source and name. The source can be a SceneObject, a 3-valued position, or a 7-valued transform.
addExplicitClient(NetConnection client)
Add an explicit client.
clearTriggerBit(uint bit_num)
Unset a bit of the trigger-mask.
remapConstraint(string source, string name)
Remap a dynamic constraint to use a new source. The source can be a SceneObject, a 3-valued position, or a 7-valued transform. but must match type of existing source.
setExecConditions(uint mask)
Set a bitmask to specifiy the state of exec-conditions.
setLevelOfDetail(uint lod)
Set a level-of-detail value (0-255) for the choreographer.
setRanking(uint ranking)
Set a ranking value (0-255) for the choreographer.
setTriggerBit(uint bit_num)
Set a bit of the trigger-mask.
testTriggerBit(uint bit_num)
Test state of a trigger-mask bit.