CTFGlow: 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/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 == |
Revision as of 04:58, 24 March 2022
Overview
...
Source location : /game/server/tf/tf_glow.cpp
Linked Entity : tf_glow
Class Structure
- CBaseEntity
- CTFGlow
SendProps
Name | Type | Description |
---|---|---|
m_glowColor | Integer | |
m_bDisabled | Boolean | |
m_hTarget | Integer | |
m_iMode | Integer |
Entity DataMaps
Name | Type | Description |
---|---|---|
InputDisable | ||
InputEnable | ||
InputSetGlowColor | ||
m_bDisabled | ||
m_glowColor | ||
m_iMode |