![]() |
VR-Forces 4.10 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtIfScriptedTaskOperation |
| class | DtIfScriptedTaskOperationResponse |
| Response to an operation. More... | |
Variables | |
| const int | DtIfScriptedTaskOperationModify = 1 |
| Interface content message for performing an operation on a scripted task (modify, remove, make a system script, update script, etc). More... | |
| const int | DtIfScriptedTaskOperationRemove = 2 |
| Add or modify existing task. More... | |
| const int | DtIfScriptedTaskOperationModifyScript = 3 |
| Remove scripted task from the scenario. Will not remove if the script is a system script. More... | |
| const int | DtIfScriptedTaskOperationMakeSystemScript = 4 |
| Modify script only associated with script id. More... | |
| const int | DtIfScriptedTaskOperationModifyWithScriptIdChange = 5 |
| Makes the specified script id a system script. More... | |
| const int | DtIfScriptedTaskOperationMonitorFrameRate = 6 |
| Change the meta-data and remap to new id. More... | |
| const int | DtIfScriptedTaskOperationStopMonitoringFrameRate = 7 |
| Sets to monitor the frame rate of script id or all if script id is blank. More... | |
| const int | DtIfScriptedTaskOperationModifyIncludeScript = 8 |
| Stops monitoring frame rate of script id or all if script id is blank. More... | |
| const int | DtIfScriptedTaskOperationModifyLayout = 9 |
| Include the script as part of the add. More... | |
| const int | DtIfScriptedTaskOperationModifyIncludeLayout = 10 |
| Modify layout only associated with script id. More... | |
| const int | DtIfScriptedTaskOperationModifyIncludeScriptAndLayout = 11 |
| Include the layout as part of the add. More... | |
| const int | DtIfScriptedTaskOperationModified = 1 |
| Include the layout and script as part of the add. More... | |
| const int | DtIfScriptedTaskOperationRemoved = 2 |
| const int | DtIfScriptedTaskOperationScriptModified = 3 |
| const int | DtIfScriptedTaskOperationScriptError = 4 |
| const int | DtIfScriptedTaskOperationScriptIdModified = 5 |
| const int | DtIfScriptedTaskOperationScriptSaveError = 6 |
| const int DtIfScriptedTaskOperationModify = 1 |
Interface content message for performing an operation on a scripted task (modify, remove, make a system script, update script, etc).
| const int DtIfScriptedTaskOperationRemove = 2 |
Add or modify existing task.
| const int DtIfScriptedTaskOperationModifyScript = 3 |
Remove scripted task from the scenario. Will not remove if the script is a system script.
| const int DtIfScriptedTaskOperationMakeSystemScript = 4 |
Modify script only associated with script id.
| const int DtIfScriptedTaskOperationModifyWithScriptIdChange = 5 |
Makes the specified script id a system script.
| const int DtIfScriptedTaskOperationMonitorFrameRate = 6 |
Change the meta-data and remap to new id.
| const int DtIfScriptedTaskOperationStopMonitoringFrameRate = 7 |
Sets to monitor the frame rate of script id or all if script id is blank.
| const int DtIfScriptedTaskOperationModifyIncludeScript = 8 |
Stops monitoring frame rate of script id or all if script id is blank.
| const int DtIfScriptedTaskOperationModifyLayout = 9 |
Include the script as part of the add.
| const int DtIfScriptedTaskOperationModifyIncludeLayout = 10 |
Modify layout only associated with script id.
| const int DtIfScriptedTaskOperationModifyIncludeScriptAndLayout = 11 |
Include the layout as part of the add.
| const int DtIfScriptedTaskOperationModified = 1 |
Include the layout and script as part of the add.
Send in response from the server. This will let the front-ends know what to do with the specific task
| const int DtIfScriptedTaskOperationRemoved = 2 |
| const int DtIfScriptedTaskOperationScriptModified = 3 |
| const int DtIfScriptedTaskOperationScriptError = 4 |
| const int DtIfScriptedTaskOperationScriptIdModified = 5 |
| const int DtIfScriptedTaskOperationScriptSaveError = 6 |