![]() |
VR-Forces 4.7 Class Documentation
|
Go to the source code of this file.
Classes | |
| struct | DtCurrentTaskData |
| Structure holding the current task information for one of the current tasks for an entity. More... | |
| struct | DtCurrentScriptedSetData |
| Structure holding the current set information for one of the current scripted sets for an entity. More... | |
| class | DtCurrentTasksAdminContent |
| Admin content that is used to send the current tasks status from a specific entity. More... | |
| struct | DtCurrentTasksAdminContent::UnparentedSubtask |
Functions | |
| DT_DLL_vrftasks int | getSize (const DtCurrentTaskData &val) |
| DT_DLL_vrftasks char * | encode (const DtCurrentTaskData &val, char *buffer) |
| Encodes the specified DtCurrentTaskData (including enclosed task) into the specified character array. | |
| DT_DLL_vrftasks const char * | decode (DtCurrentTaskData &val, const char *buffer) |
| Decodes the buffer into the DtCurrentTaskData using the task factory. | |
| DT_DLL_vrftasks int | getSize (const DtCurrentScriptedSetData &val) |
| DT_DLL_vrftasks char * | encode (const DtCurrentScriptedSetData &val, char *buffer) |
| Encodes the specified DtCurrentScriptedSetData (including enclosed set) into the specified character array. | |
| DT_DLL_vrftasks const char * | decode (DtCurrentScriptedSetData &val, const char *buffer) |
| Decodes the buffer into the DtCurrentScriptedSetData using the set factory. | |
| DT_DLL_vrftasks int getSize | ( | const DtCurrentTaskData & | val | ) |
| DT_DLL_vrftasks char* encode | ( | const DtCurrentTaskData & | val, |
| char * | buffer | ||
| ) |
Encodes the specified DtCurrentTaskData (including enclosed task) into the specified character array.
| DT_DLL_vrftasks const char* decode | ( | DtCurrentTaskData & | val, |
| const char * | buffer | ||
| ) |
Decodes the buffer into the DtCurrentTaskData using the task factory.
| DT_DLL_vrftasks int getSize | ( | const DtCurrentScriptedSetData & | val | ) |
| DT_DLL_vrftasks char* encode | ( | const DtCurrentScriptedSetData & | val, |
| char * | buffer | ||
| ) |
Encodes the specified DtCurrentScriptedSetData (including enclosed set) into the specified character array.
| DT_DLL_vrftasks const char* decode | ( | DtCurrentScriptedSetData & | val, |
| const char * | buffer | ||
| ) |
Decodes the buffer into the DtCurrentScriptedSetData using the set factory.