CShadowControl: 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/shadowcontrol.cpp /game/server/shadowcontrol.cpp]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/shadow_control shadow_control]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CShadowControl''' | ||
== SendProps == | == SendProps == |
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 |