CLightGlow: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Creates a distance configurable glow typically used by light sources. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/lightglow.cpp /game/server/lightglow.cpp]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/lightglow.cpp /game/server/lightglow.cpp]''' |
Latest revision as of 19:13, 10 August 2022
Overview[edit | edit source]
Creates a distance configurable glow typically used by light sources.
Source location : /game/server/lightglow.cpp
Linked Entity : env_lightglow
Class Structure[edit | edit source]
- CBaseEntity
- CLightGlow
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_clrRender | Integer | |
m_nHorizontalSize | Integer | |
m_nVerticalSize | Integer | |
m_nMinDist | Integer | |
m_nMaxDist | Integer | |
m_nOuterMaxDist | Integer | |
m_spawnflags | Integer | |
m_vecOrigin | Vector | |
m_angRotation | Vector | |
moveparent | Integer | |
m_flGlowProxySize | Float | |
HDRColorScale | Float |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputColor | ||
m_flGlowProxySize | ||
m_flHDRColorScale | ||
m_nHorizontalSize | ||
m_nMaxDist | ||
m_nMinDist | ||
m_nOuterMaxDist | ||
m_nVerticalSize |