CColorCorrectionVolume: 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/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 == |
Revision as of 17:53, 24 March 2022
Overview
...
Source location : /game/server/colorcorrectionvolume.cpp
Linked Entity : color_correction_volume
Class Structure
- CBaseEntity
- CBaseToggle
- CBaseTrigger
- CColorCorrectionVolume
- CBaseTrigger
- CBaseToggle
SendProps
Name | Type | Description |
---|---|---|
m_Weight | Float | |
m_lookupFilename | String |
Entity DataMaps
Name | Type | Description |
---|---|---|
CColorCorrectionVolumeThinkFunc | ||
InputDisable | ||
InputDisableAndEndTouch | ||
InputEnable | ||
InputEndTouch | ||
InputStartTouch | ||
InputToggle | ||
InputTouchTest | ||
m_FadeDuration | ||
m_LastEnterTime | ||
m_LastEnterWeight | ||
m_LastExitTime | ||
m_LastExitWeight | ||
m_MaxWeight | ||
m_OnEndTouch | ||
m_OnEndTouchAll | ||
m_OnNotTouching | ||
m_OnStartTouch | ||
m_OnStartTouchAll | ||
m_OnTouching | ||
m_Weight | ||
m_bDisabled | ||
m_bEnabled | ||
m_bStartDisabled | ||
m_flHeight | ||
m_flLip | ||
m_flMoveDistance | ||
m_flWait | ||
m_hActivator | ||
m_hFilter | ||
m_hTouchingEntities | ||
m_iFilterName | ||
m_lookupFilename | ||
m_movementType | ||
m_sMaster | ||
m_toggle_state | ||
m_vecAngle1 | ||
m_vecAngle2 | ||
m_vecFinalAngle | ||
m_vecFinalDest | ||
m_vecMoveAng | ||
m_vecPosition1 | ||
m_vecPosition2 |