CTEDust
Jump to navigation
Jump to search
Overview[edit | edit source]
A dust puff particle, it can be quite hard to see when m_flSize is high.
Source location : /game/server/func_dust.cpp
tempents.Send("Dust", {m_vecOrigin=Vector(0, 0, 0), m_flSize=20, m_flSpeed=10, m_vecDirection=Vector(0, 0, 0)}, nil);
Class Structure[edit | edit source]
- CBaseTempEntity
- CTEParticleSystem
- CTEDust
- CTEParticleSystem
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_flSize | Float | The size of the particle |
m_flSpeed | Float | |
m_vecDirection | Vector | A positional vector for the direction this particle will emit towards (Not an angular vector) |