![]() |
VR-Forces 4.6 Class Documentation
|
Performs encoding/decoding of the DIGuy appearance data. More...
Public Member Functions | |
| DtExtNetDiGuyAppearance () | |
| DtExtNetDiGuyAppearance & | operator= (const DtExtNetDiGuyAppearance &orig) |
| int | netSize () const |
| Returns the size of the data when written to a network buffer. | |
| void | writeToBuffer (char *buffer) const |
| Write the data to a network buffer. Assums the buffer is at least netSize() in length. | |
| void | fillFromBuffer (const char *buffer, unsigned int bufferSize) |
| Fill this instance using the data from the given buffer. | |
Public Attributes | |
| DtString | myBody |
| DtString | myHead |
| DtString | myItem |
| std::vector< DtString > | myAccessory |
Performs encoding/decoding of the DIGuy appearance data.
| DtExtNetDiGuyAppearance::DtExtNetDiGuyAppearance | ( | ) |
| DtExtNetDiGuyAppearance& DtExtNetDiGuyAppearance::operator= | ( | const DtExtNetDiGuyAppearance & | orig | ) |
| int DtExtNetDiGuyAppearance::netSize | ( | ) | const |
Returns the size of the data when written to a network buffer.
| void DtExtNetDiGuyAppearance::writeToBuffer | ( | char * | buffer | ) | const |
Write the data to a network buffer. Assums the buffer is at least netSize() in length.
Fill this instance using the data from the given buffer.
| DtString DtExtNetDiGuyAppearance::myBody |
| DtString DtExtNetDiGuyAppearance::myHead |
| DtString DtExtNetDiGuyAppearance::myItem |
| std::vector<DtString> DtExtNetDiGuyAppearance::myAccessory |