| DtIfAdminUpdateSpawnInstance::DtIfAdminUpdateSpawnInstance |
( |
| ) |
|
| virtual DtIfAdminUpdateSpawnInstance::~DtIfAdminUpdateSpawnInstance |
( |
| ) |
|
|
overridevirtual |
- Returns
- The type of admin content this class is. See types defined in radioMsgTypes.h.
Implements DtAdminContent.
Make a copy of this content. Returns a pointer to a newly created copy of this class. Derived classes must override this function to create and return an instance of the derived type.
Implements DtAdminContent.
| virtual int DtIfAdminUpdateSpawnInstance::netRepSize |
( |
| ) |
const |
|
overridevirtual |
- Returns
- Size necessary for a network representation of this set request. Base class returns 0.
Reimplemented from DtAdminContent.
| virtual bool DtIfAdminUpdateSpawnInstance::setFromNet |
( |
const char * |
contentBuffer, |
|
|
unsigned |
contentSize |
|
) |
| |
|
overridevirtual |
Sets the contents of this set request based on the network buffer. Base class does nothing and returns true.
Reimplemented from DtAdminContent.
| virtual bool DtIfAdminUpdateSpawnInstance::setToNet |
( |
| ) |
|
|
overridevirtual |
Sets netRep buffer to the contents of this set request. Base class does nothing and returns true.
Reimplemented from DtAdminContent.
| virtual DtRwSpawnData& DtIfAdminUpdateSpawnInstance::spawnData |
( |
| ) |
|
|
inlinevirtual |
| virtual void DtIfAdminUpdateSpawnInstance::setSpawnData |
( |
DtRwSpawnData & |
data | ) |
|
|
inlinevirtual |
| virtual DtString DtIfAdminUpdateSpawnInstance::stringRep |
( |
| ) |
const |
|
overridevirtual |
Get a readable string representation of this content. Derived classes must implement this function. The string should include the identity of the content, along with any parameters. The format of the string is up to you.
Implements DtAdminContent.
The documentation for this class was generated from the following file: