CTESparks: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
| style="width: 50%;" |'''m_nMagnitude''' | | style="width: 50%;" |'''m_nMagnitude''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |How large the base sphere for the spark particle is | ||
|- | |- | ||
| style="width: 50%;" |'''m_nTrailLength''' | | style="width: 50%;" |'''m_nTrailLength''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |How long the spark trails flung from the base sphere are | ||
|- | |- | ||
| style="width: 50%;" |'''m_vecDir''' | | style="width: 50%;" |'''m_vecDir''' | ||
| style="width: 15%;" |Vector | | style="width: 15%;" |Vector | ||
| style="width: 35%;" | | | style="width: 35%;" |The specific direction the spark trails will go in. If not specified the spark trails will emit in all directions | ||
|} | |} |
Revision as of 01:09, 25 November 2022
Overview
...
Source location : /game/server/te_sparks.cpp
Class Structure
- CBaseTempEntity
- CTEParticleSystem
- CTESparks
- CTEParticleSystem
SendProps
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 | The specific direction the spark trails will go in. If not specified the spark trails will emit in all directions |