![]() |
VR-Forces 4.7 Class Documentation
|
Performs encoding/decoding of the DIGuy action data. More...
Public Member Functions | |
| DtExtNetDiGuyAction () | |
| DtExtNetDiGuyAction & | operator= (const DtExtNetDiGuyAction &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 | myAnimation |
| DtString | myPause |
| DtNetFloat64 | mySpeed |
| DtNetBoolean | myUsePositioning |
| DtNet32Vector | myOffset |
Performs encoding/decoding of the DIGuy action data.
| DtExtNetDiGuyAction::DtExtNetDiGuyAction | ( | ) |
| DtExtNetDiGuyAction& DtExtNetDiGuyAction::operator= | ( | const DtExtNetDiGuyAction & | orig | ) |
| int DtExtNetDiGuyAction::netSize | ( | ) | const |
Returns the size of the data when written to a network buffer.
| void DtExtNetDiGuyAction::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 DtExtNetDiGuyAction::myAnimation |
| DtString DtExtNetDiGuyAction::myPause |
| DtNetFloat64 DtExtNetDiGuyAction::mySpeed |
| DtNetBoolean DtExtNetDiGuyAction::myUsePositioning |
| DtNet32Vector DtExtNetDiGuyAction::myOffset |