PC Stable Documentation
|
|
Private Member Functions | |
void | RegisterParticle (Particle p) |
Particle | GetParticle () |
void | SetOverheatingLimitMin (float min) |
void | SetOverheatingLimitMax (float max) |
float | GetOverheatingLimitMin () |
float | GetOverheatingLimitMax () |
void | SetParticleParams (int particle_id, Object parent, vector local_pos, vector local_ori) |
int | GetParticleID () |
Object | GetParticleParent () |
vector | GetParticlePos () |
vector | GetParticleOri () |
Private Attributes | |
Particle | m_Particle |
int | m_ParticleID |
Object | m_Parent |
vector | m_LocalPos |
vector | m_LocalOri |
float | m_OverheatingLimitMin |
float | m_OverheatingLimitMax |
|
inlineprivate |
References m_OverheatingLimitMax.
Referenced by InventoryItem::UpdateAllOverheatingParticles().
|
inlineprivate |
References m_OverheatingLimitMin.
Referenced by InventoryItem::UpdateAllOverheatingParticles().
|
inlineprivate |
References m_Particle.
Referenced by InventoryItem::KillAllOverheatingParticles(), and InventoryItem::UpdateAllOverheatingParticles().
|
inlineprivate |
References m_ParticleID.
|
inlineprivate |
References m_LocalOri.
|
inlineprivate |
References m_LocalPos.
|
inlineprivate |
References m_Particle.
Referenced by InventoryItem::RegisterOverheatingParticle(), and InventoryItem::UpdateAllOverheatingParticles().
|
inlineprivate |
References m_OverheatingLimitMax.
Referenced by InventoryItem::RegisterOverheatingParticle().
|
inlineprivate |
References m_OverheatingLimitMin.
Referenced by InventoryItem::RegisterOverheatingParticle().
|
inlineprivate |
References m_LocalOri, m_LocalPos, m_Parent, m_ParticleID, and particle_id.
Referenced by InventoryItem::RegisterOverheatingParticle().
|
private |
Referenced by GetParticleOri(), and SetParticleParams().
|
private |
Referenced by GetParticlePos(), and SetParticleParams().
|
private |
Referenced by GetOverheatingLimitMax(), and SetOverheatingLimitMax().
|
private |
Referenced by GetOverheatingLimitMin(), and SetOverheatingLimitMin().
|
private |
Referenced by GetParticleParent(), and SetParticleParams().
|
private |
Referenced by GetParticle(), and RegisterParticle().
|
private |
Referenced by GetParticleID(), and SetParticleParams().