CColorCorrection: 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/colorcorrection.cpp /game/server/colorcorrection.cpp]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/color_correction color_correction]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CColorCorrection''' | ||
== SendProps == | == SendProps == | ||
Latest revision as of 04:59, 24 March 2022
Overview
...
Source location : /game/server/colorcorrection.cpp
Linked Entity : color_correction
Class Structure
- CBaseEntity
- CColorCorrection
SendProps
| Name | Type | Description |
|---|---|---|
| m_vecOrigin | Vector | |
| m_MinFalloff | Float | |
| m_MaxFalloff | Float | |
| m_flCurWeight | Float | |
| m_netlookupFilename | String | |
| m_bEnabled | Boolean |
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| CColorCorrectionFadeInThink | ||
| CColorCorrectionFadeOutThink | ||
| InputDisable | ||
| InputEnable | ||
| InputSetFadeInDuration | ||
| InputSetFadeOutDuration | ||
| m_MaxFalloff | ||
| m_MinFalloff | ||
| m_bEnabled | ||
| m_bStartDisabled | ||
| m_flCurWeight | ||
| m_flFadeInDuration | ||
| m_flFadeOutDuration | ||
| m_flMaxWeight | ||
| m_flStartFadeInWeight | ||
| m_flStartFadeOutWeight | ||
| m_flTimeStartFadeIn | ||
| m_flTimeStartFadeOut | ||
| m_lookupFilename |