#include <src/Ext/BulletType/Body.h>
List of all members.
Constructor & Destructor Documentation
BulletTypeExt::ExtData::ExtData |
( |
const DWORD |
Canary, |
|
|
TT *const |
OwnerObject |
|
) |
| [inline] |
if false, this projectile/weapon *always* passes through to the occupants, regardless of UC.PassThrough
virtual BulletTypeExt::ExtData::~ExtData |
( |
| ) |
[inline, virtual] |
Member Function Documentation
virtual void BulletTypeExt::ExtData::InvalidatePointer |
( |
void * |
ptr | ) |
[inline, virtual] |
void BulletTypeExt::ExtData::LoadFromINIFile |
( |
TT * |
pThis, |
|
|
CCINIClass * |
pINI |
|
) |
| [virtual] |
{
this->SubjectToSolid = pINI->ReadBool(pThis->ID, "SubjectToBuildings", this->SubjectToSolid);
this->SubjectToFirewall = pINI->ReadBool(pThis->ID, "SubjectToFirewall", this->SubjectToFirewall);
this->Parachuted = pINI->ReadBool(pThis->ID, "Parachuted", this->Parachuted);
this->SubjectToTrenches = pINI->ReadBool(pThis->ID, "SubjectToTrenches", this->SubjectToTrenches);
}
virtual size_t BulletTypeExt::ExtData::Size |
( |
| ) |
const [inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: