CTFGlow: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Creates a colored outline for entities with models only. | |||
'''Source location : ...''' | '''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]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/tf_glow tf_glow]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CTFGlow''' | ||
== SendProps == | == SendProps == |
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 |