CTFGlow: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Creates a colored outline for entities with models only. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/tf_glow.cpp /game/server/tf/tf_glow.cpp]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/tf_glow.cpp /game/server/tf/tf_glow.cpp]''' |
Latest revision as of 19:12, 10 August 2022
Overview[edit | edit source]
Creates a colored outline for entities with models only.
Source location : /game/server/tf/tf_glow.cpp
Linked Entity : tf_glow
Class Structure[edit | edit source]
- CBaseEntity
- CTFGlow
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_glowColor | Integer | |
m_bDisabled | Boolean | |
m_hTarget | Integer | |
m_iMode | Integer |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputDisable | ||
InputEnable | ||
InputSetGlowColor | ||
m_bDisabled | ||
m_glowColor | ||
m_iMode |