CShadowControl: 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/shadowcontrol.cpp /game/server/shadowcontrol.cpp]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/shadow_control shadow_control]''' | ||
==[[ | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CShadowControl''' | ||
== 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;" | ||
|+CShadowControl | |+CShadowControl | ||
! style="width: 50%; background-color: #303030; color: white" |Name | ! style="width: 50%; background-color: #303030; color: white" |Name | ||
Line 36: | Line 31: | ||
| style="width: 50%;" |'''m_bDisableShadows''' | | style="width: 50%;" |'''m_bDisableShadows''' | ||
| style="width: 15%;" |Boolean | | style="width: 15%;" |Boolean | ||
| style="width: 35%;" | | |||
|} | |||
== Entity DataMaps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | |||
|+CShadowControl | |||
! 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%;" |'''InputSetAngles''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_bDisableShadows''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flShadowMaxDist''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_shadowColor''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_shadowDirection''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | | style="width: 35%;" | | ||
|} | |} |
Latest revision as of 17:51, 24 March 2022
Overview[edit | edit source]
...
Source location : /game/server/shadowcontrol.cpp
Linked Entity : shadow_control
Class Structure[edit | edit source]
- CBaseEntity
- CShadowControl
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_shadowDirection | Vector | |
m_shadowColor | Integer | |
m_flShadowMaxDist | Float | |
m_bDisableShadows | Boolean |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputSetAngles | ||
m_bDisableShadows | ||
m_flShadowMaxDist | ||
m_shadowColor | ||
m_shadowDirection |