CFunc Dust: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CFunc_Dust''' | ||
== SendProps == | == SendProps == |
Revision as of 05:00, 24 March 2022
Overview
...
Source location : /game/server/func_dust.cpp
Class Structure
- CBaseEntity
- CFunc_Dust
SendProps
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
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 |
Name | Type | Description |
---|
Name | Type | Description |
---|