#include <src/Ext/Campaign/Body.h>
List of all members.
Constructor & Destructor Documentation
CampaignExt::ExtData::ExtData |
( |
const DWORD |
Canary, |
|
|
TT *const |
OwnerObject |
|
) |
| [inline] |
virtual CampaignExt::ExtData::~ExtData |
( |
| ) |
[inline, virtual] |
Member Function Documentation
void CampaignExt::ExtData::Initialize |
( |
TT * |
pThis | ) |
[virtual] |
virtual void CampaignExt::ExtData::InvalidatePointer |
( |
void * |
ptr | ) |
[inline, virtual] |
bool CampaignExt::ExtData::isVisible |
( |
| ) |
[inline] |
void CampaignExt::ExtData::LoadFromINIFile |
( |
TT * |
pThis, |
|
|
CCINIClass * |
pINI |
|
) |
| [virtual] |
{
char* section = ((AbstractTypeClass*)pThis)->get_ID();
this->DebugOnly = pINI->ReadBool(section, "DebugOnly", this->DebugOnly);
if(pINI->ReadString(section, "HoverSound", "", Ares::readBuffer, Ares::readLength)) {
AresCRT::strCopy(this->HoverSound, Ares::readBuffer, 0x1F);
}
if(pINI->ReadString(section, "Summary", "", Ares::readBuffer, Ares::readLength)) {
AresCRT::strCopy(this->Summary, Ares::readBuffer, 0x20);
}
}
virtual size_t CampaignExt::ExtData::Size |
( |
| ) |
const [inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: