CColorCorrectionVolume: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision 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/colorcorrectionvolume.cpp /game/server/colorcorrectionvolume.cpp]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/color_correction_volume color_correction_volume]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CBaseToggle]]''' | ||
***'''[[ | ***'''[[CBaseTrigger]]''' | ||
****''' | ****'''CColorCorrectionVolume''' | ||
== SendProps == | == SendProps == | ||
Line 39: | Line 36: | ||
|- | |- | ||
| style="width: 50%;" |'''CColorCorrectionVolumeThinkFunc''' | | style="width: 50%;" |'''CColorCorrectionVolumeThinkFunc''' | ||
| style="width: 15%;" | | | style="width: 15%;" | | ||
| style="width: 35%;" | | | style="width: 35%;" | | ||
Line 91: | Line 60: | ||
|- | |- | ||
| style="width: 50%;" |'''m_MaxWeight''' | | style="width: 50%;" |'''m_MaxWeight''' | ||
| style="width: 15%;" | | | style="width: 15%;" | | ||
| style="width: 35%;" | | | style="width: 35%;" | | ||
|- | |- | ||
| style="width: 50%;" |'''m_Weight''' | | style="width: 50%;" |'''m_Weight''' | ||
| style="width: 15%;" | | | style="width: 15%;" | | ||
| style="width: 35%;" | | | style="width: 35%;" | | ||
Line 131: | Line 72: | ||
|- | |- | ||
| style="width: 50%;" |'''m_bStartDisabled''' | | style="width: 50%;" |'''m_bStartDisabled''' | ||
| style="width: 15%;" | | | style="width: 15%;" | | ||
| style="width: 35%;" | | | style="width: 35%;" | | ||
|- | |- | ||
| style="width: 50%;" |'''m_lookupFilename''' | | style="width: 50%;" |'''m_lookupFilename''' | ||
| style="width: 15%;" | | | style="width: 15%;" | | ||
| style="width: 35%;" | | | style="width: 35%;" | | ||
|} | |} |
Latest revision as of 21:58, 24 March 2022
Overview[edit | edit source]
...
Source location : /game/server/colorcorrectionvolume.cpp
Linked Entity : color_correction_volume
Class Structure[edit | edit source]
- CBaseEntity
- CBaseToggle
- CBaseTrigger
- CColorCorrectionVolume
- CBaseTrigger
- CBaseToggle
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_Weight | Float | |
m_lookupFilename | String |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
CColorCorrectionVolumeThinkFunc | ||
m_FadeDuration | ||
m_LastEnterTime | ||
m_LastEnterWeight | ||
m_LastExitTime | ||
m_LastExitWeight | ||
m_MaxWeight | ||
m_Weight | ||
m_bEnabled | ||
m_bStartDisabled | ||
m_lookupFilename |