CFunc Dust: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
... | ... | ||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/func_dust.cpp /game/server/func_dust.cpp]''' | ||
==[[Classes|Class Structure]]== | |||
==[[ | |||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CFunc_Dust''' | ||
== SendProps == | == SendProps == | ||
{| class="wikitable sortable" style="margin: 0 auto; width: 100%; padding: 0;" | {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | ||
|+CFunc_Dust | |+CFunc_Dust | ||
! style="width: 50%; background-color: #303030; color: white" |Name | ! style="width: 50%; background-color: #303030; color: white" |Name | ||
Line 120: | Line 113: | ||
| style="width: 50%;" |'''m_vecSpecifiedSurroundingMaxs''' | | style="width: 50%;" |'''m_vecSpecifiedSurroundingMaxs''' | ||
| style="width: 15%;" |Vector | | style="width: 15%;" |Vector | ||
| style="width: 35%;" | | |||
|} | |||
|} | |||
== Entity DataMaps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | |||
|+CFunc_Dust | |||
! style="width: 50%; background-color: #303030; color: white" |Name | |||
! style="width: 15%; background-color: #303030; color: white" |Type | |||
! style="width: 35%; background-color: #303030; color: white" |Description | |||
|- | |||
| style="width: 50%;" |'''InputTurnOff''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputTurnOn''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_Color''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_DistMax''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_DustFlags''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_FallSpeed''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_LifetimeMax''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_LifetimeMin''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_SpawnRate''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_SpeedMax''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flSizeMax''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flSizeMin''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_iAlpha''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | | style="width: 35%;" | | ||
|} | |} |
Latest revision as of 22:49, 24 March 2022
Overview[edit | edit source]
...
Source location : /game/server/func_dust.cpp
Class Structure[edit | edit source]
- CBaseEntity
- CFunc_Dust
SendProps[edit | edit source]
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
m_Color | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_SpawnRate | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_SpeedMax | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_flSizeMin | Float | |||||||||||||||||||||||||||||||||||||||||||
m_flSizeMax | Float | |||||||||||||||||||||||||||||||||||||||||||
m_DistMax | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_LifetimeMin | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_LifetimeMax | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_DustFlags | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_nModelIndex | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_FallSpeed | Float | |||||||||||||||||||||||||||||||||||||||||||
|
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputTurnOff | ||
InputTurnOn | ||
m_Color | ||
m_DistMax | ||
m_DustFlags | ||
m_FallSpeed | ||
m_LifetimeMax | ||
m_LifetimeMin | ||
m_SpawnRate | ||
m_SpeedMax | ||
m_flSizeMax | ||
m_flSizeMin | ||
m_iAlpha |