#include <actions.h>
Public Member Functions | |
bool | GetKillsParticles () |
bool | GetDoNotSegment () |
void | SetKillsParticles (const bool v) |
void | SetDoNotSegment (const bool v) |
virtual | ~PActionBase () |
Public Attributes | |
virtual | EXEC_METHOD = 0 |
Static Public Attributes | |
static float | dt |
Private Attributes | |
bool | bKillsParticles |
bool | bDoNotSegment |
Definition at line 21 of file actions.h.
virtual PActionBase::~PActionBase | ( | ) | [inline, virtual] |
bool PActionBase::GetKillsParticles | ( | ) | [inline] |
Definition at line 25 of file actions.h.
References bKillsParticles.
00025 { return bKillsParticles; }
bool PActionBase::GetDoNotSegment | ( | ) | [inline] |
void PActionBase::SetKillsParticles | ( | const bool | v | ) | [inline] |
Definition at line 28 of file actions.h.
References bKillsParticles.
Referenced by pAvoid(), pBounce(), pCopyVertexB(), pDamping(), pExplosion(), pFollow(), pFountain(), pGravitate(), pGravity(), pJet(), pKillOld(), pMatchRotVelocity(), pMatchVelocity(), pMove(), pOrbitLine(), pOrbitPoint(), pRandomAccel(), pRandomDisplace(), pRandomRotVelocity(), pRandomVelocity(), pRestore(), pRotDamping(), pSink(), pSinkVelocity(), pSort(), pSource(), pSpeedLimit(), pTargetColor(), pTargetRotVelocity(), pTargetSize(), pTargetVelocity(), and pVortex().
00028 { bKillsParticles = v; }
void PActionBase::SetDoNotSegment | ( | const bool | v | ) | [inline] |
Definition at line 29 of file actions.h.
References bDoNotSegment.
Referenced by pAvoid(), pBounce(), pCopyVertexB(), pDamping(), pExplosion(), pFollow(), pFountain(), pGravitate(), pGravity(), pJet(), pKillOld(), pMatchRotVelocity(), pMatchVelocity(), pMove(), pOrbitLine(), pOrbitPoint(), pRandomAccel(), pRandomDisplace(), pRandomRotVelocity(), pRandomVelocity(), pRestore(), pRotDamping(), pSink(), pSinkVelocity(), pSort(), pSource(), pSpeedLimit(), pTargetColor(), pTargetRotVelocity(), pTargetSize(), pTargetVelocity(), and pVortex().
00029 { bDoNotSegment = v; }
float PActionBase::dt [static] |
Definition at line 23 of file actions.h.
Referenced by PABounce::Exec(), PAAvoid::Exec(), and ParticleState::SendAction().
virtual PActionBase::EXEC_METHOD = 0 |
Reimplemented in PAAvoid, PABounce, PACallActionList, PACopyVertexB, PADamping, PARotDamping, PAExplosion, PAFollow, PAFountain, PAGravitate, PAGravity, PAJet, PAKillOld, PAMatchVelocity, PAMatchRotVelocity, PAMove, PAOrbitLine, PAOrbitPoint, PARandomAccel, PARandomDisplace, PARandomVelocity, PARandomRotVelocity, PARestore, PASink, PASinkVelocity, PASort, PASource, PASpeedLimit, PATargetColor, PATargetSize, PATargetVelocity, PATargetRotVelocity, and PAVortex.
bool PActionBase::bKillsParticles [private] |
Definition at line 38 of file actions.h.
Referenced by GetKillsParticles(), and SetKillsParticles().
bool PActionBase::bDoNotSegment [private] |