CTESparks
Jump to navigation
Jump to search
Overview[edit | edit source]
A simple spark particle.
Source location : /game/server/te_sparks.cpp
tempents.Send("Sparks", {m_vecOrigin=Vector(0, 0, 0), m_nMagnitude=2, m_nTrailLength=1, m_vecDir=Vector(0, 0, 0)}, nil);
Class Structure[edit | edit source]
- CBaseTempEntity
- CTEParticleSystem
- CTESparks
- CTEParticleSystem
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_nMagnitude | Integer | How large the base sphere for the spark particle is |
m_nTrailLength | Integer | How long the spark trails flung from the base sphere are |
m_vecDir | Vector | A positional vector for the direction this particle will emit towards (Not an angular vector) |