CTEDynamicLight: 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/te_dynamiclight.cpp /game/server/te_dynamiclight.cpp]''' | ||
==[[Classes|Class Structure]]== | |||
*'''[[CBaseTempEntity]]''' | |||
==[[ | **'''CTEDynamicLight''' | ||
*'''[[ | |||
== SendProps == | == SendProps == |
Revision as of 01:37, 28 March 2022
Overview
...
Source location : /game/server/te_dynamiclight.cpp
Class Structure
- CBaseTempEntity
- CTEDynamicLight
SendProps
Name | Type | Description |
---|---|---|
m_vecOrigin | Vector | |
r | Integer | |
g | Integer | |
b | Integer | |
exponent | Integer | |
m_fRadius | Float | |
m_fTime | Float | |
m_fDecay | Float |