CSun: 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/sun.cpp /game/server/sun.cpp]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/env_sun env_sun]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CSun''' | ||
== SendProps == | == SendProps == |
Latest revision as of 17:51, 24 March 2022
Overview[edit | edit source]
...
Source location : /game/server/sun.cpp
Linked Entity : env_sun
Class Structure[edit | edit source]
- CBaseEntity
- CSun
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_clrRender | Integer | |
m_clrOverlay | Integer | |
m_vDirection | Vector | |
m_bOn | Boolean | |
m_nSize | Integer | |
m_nOverlaySize | Integer | |
m_nMaterial | Integer | |
m_nOverlayMaterial | Integer | |
HDRColorScale | Float |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputSetColor | ||
InputTurnOff | ||
InputTurnOn | ||
m_bOn | ||
m_bUseAngles | ||
m_clrOverlay | ||
m_flHDRColorScale | ||
m_flPitch | ||
m_flYaw | ||
m_nOverlaySize | ||
m_nSize | ||
m_strMaterial | ||
m_strOverlayMaterial | ||
m_vDirection |