![]() |
VR-Forces 4.0.4 Class Documentation
|
Defines message type enumerations for all B-HAVE messages. More...
Go to the source code of this file.
Namespaces | |
| namespace | BHAVE |
| Contains BHAVE::BHAVE3DGui::DtAddSpawnSinkPointDialog class. | |
Variables | |
| const int | BHAVE::DtBhaveBaseInterfaceMessageType = 800 |
| All B-HAVE message types start at these numbers and go up. | |
| const int | BHAVE::DtBhaveBaseRadioMessageType = 800 |
| const int | BHAVE::DtLuaScriptListType = DtBhaveBaseInterfaceMessageType |
| Interface message defines. | |
| const int | BHAVE::DtRequestLuaScriptListType = DtBhaveBaseInterfaceMessageType + 1 |
| const int | BHAVE::DtRequestLuaScriptTextType = DtBhaveBaseInterfaceMessageType + 2 |
| const int | BHAVE::DtLuaScriptTextType = DtBhaveBaseInterfaceMessageType + 3 |
| const int | BHAVE::DtSetLuaScriptTextType = DtBhaveBaseInterfaceMessageType + 4 |
| const int | BHAVE::DtDeleteLuaScriptType = DtBhaveBaseInterfaceMessageType + 5 |
| const int | BHAVE::DtCreateMultipleEntitiesType = DtBhaveBaseInterfaceMessageType + 6 |
| const int | BHAVE::DtCreateSelectionGroupType = DtBhaveBaseInterfaceMessageType + 7 |
| const int | BHAVE::DtSpawnListType = DtBhaveBaseInterfaceMessageType + 8 |
| const int | BHAVE::DtRequestSpawnListType = DtBhaveBaseInterfaceMessageType + 9 |
| const int | BHAVE::DtRequestSpawnDataType = DtBhaveBaseInterfaceMessageType + 10 |
| const int | BHAVE::DtCreateSpawnDataType = DtBhaveBaseInterfaceMessageType + 11 |
| const int | BHAVE::DtDeleteSpawnDataType = DtBhaveBaseInterfaceMessageType + 12 |
| const int | BHAVE::DtSpawnDataType = DtBhaveBaseInterfaceMessageType + 13 |
| const int | BHAVE::DtAddSinkPointType = DtBhaveBaseInterfaceMessageType + 14 |
| const int | BHAVE::DtUpdateSpawnTemplateType = DtBhaveBaseInterfaceMessageType + 15 |
| const int | BHAVE::DtBhaveTaskType = DtBhaveBaseRadioMessageType |
| Radio message defines. (These can overlap with Interface messages types) | |
| const char | BHAVE::DtBhaveTaskTypeString [] = "B-HAVE-Task" |
| const int | BHAVE::DtSetScriptType = DtBhaveBaseRadioMessageType + 1 |
| const char | BHAVE::DtSetScriptTypeString [] = "set-script" |
| const int | BHAVE::DtSetBhaveMovementModeType = DtBhaveBaseRadioMessageType + 2 |
| const char | BHAVE::DtSetBhaveMovementModeTypeString [] = "set-B-HAVE-movement-mode" |
| const int | BHAVE::DtSetViewTargetType = DtBhaveBaseRadioMessageType + 3 |
| const char | BHAVE::DtSetViewTargetTypeString [] = "set-view-target" |
| const int | BHAVE::DtRequestScriptNameType = DtBhaveBaseRadioMessageType + 4 |
| const char | BHAVE::DtRequestScriptNameTypeString [] = "request-script-name" |
| const int | BHAVE::DtScriptNameType = DtBhaveBaseRadioMessageType + 5 |
| const char | BHAVE::DtScriptNameTypeString [] = "script-name-content" |
| const int | BHAVE::DtAdminSetTemplateNameType = DtBhaveBaseRadioMessageType + 6 |
| const char | BHAVE::DtAdminSetTemplateNameTypeString [] = "set-template-name" |
| const int | BHAVE::DtAdminUpdateSpawnInstanceType = DtBhaveBaseRadioMessageType + 7 |
| const char | BHAVE::DtAdminUpdateSpawnInstanceTypeString [] = "update-spawn-instance" |
| const int | BHAVE::DtAdminRequestSpawnPtDataType = DtBhaveBaseRadioMessageType + 8 |
| const char | BHAVE::DtAdminRequestSpawnPtDataTypeString [] = "request-spawn-point-data" |
Defines message type enumerations for all B-HAVE messages.