CLightGlow: 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/lightglow.cpp /game/server/lightglow.cpp]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/env_lightglow env_lightglow]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CLightGlow''' | ||
== SendProps == | == SendProps == |
Revision as of 05:00, 24 March 2022
Overview
...
Source location : /game/server/lightglow.cpp
Linked Entity : env_lightglow
Class Structure
- CBaseEntity
- CLightGlow
SendProps
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
Name | Type | Description |
---|---|---|
InputColor | ||
m_flGlowProxySize | ||
m_flHDRColorScale | ||
m_nHorizontalSize | ||
m_nMaxDist | ||
m_nMinDist | ||
m_nOuterMaxDist | ||
m_nVerticalSize |