CDynamicLight: 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/dynamiclight.cpp /game/server/dynamiclight.cpp]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/light_dynamic light_dynamic]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CDynamicLight''' | ||
== SendProps == | == SendProps == |
Revision as of 04:50, 24 March 2022
Overview
...
Source location : /game/server/dynamiclight.cpp
Linked Entity : light_dynamic
Class Structure
- CBaseEntity
- CDynamicLight
SendProps
Name | Type | Description |
---|---|---|
m_Flags | Integer | |
m_LightStyle | Integer | |
m_Radius | Float | |
m_Exponent | Integer | |
m_InnerAngle | Float | |
m_OuterAngle | Float | |
m_SpotRadius | Float |
Entity DataMaps
Name | Type | Description |
---|---|---|
CDynamicLightDynamicLightThink | ||
InputToggle | ||
InputTurnOff | ||
InputTurnOn | ||
m_ActualFlags | ||
m_Exponent | ||
m_Flags | ||
m_InnerAngle | ||
m_LightStyle | ||
m_On | ||
m_OuterAngle | ||
m_Radius | ||
m_SpotRadius |