CTFGlow: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== 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]'''
'''Linked Entity : [https://developer.valvesoftware.com/wiki/tf_glow tf_glow]'''
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
**'''CTFGlow'''
== SendProps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;"
|+CTFGlow
! style="width: 50%; background-color: #303030; color: white" |Name
! style="width: 15%; background-color: #303030; color: white" |Type
! style="width: 35%; background-color: #303030; color: white" |Description
|-
| style="width: 50%;" |'''m_glowColor'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_bDisabled'''
| style="width: 15%;" |Boolean
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_hTarget'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iMode'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|}
== Entity DataMaps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;
|+CTFGlow
! style="width: 50%; background-color: #303030; color: white" |Name
! style="width: 15%; background-color: #303030; color: white" |Type
! style="width: 35%; background-color: #303030; color: white" |Description
|-
| style="width: 50%;" |'''InputDisable'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputEnable'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputSetGlowColor'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_bDisabled'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_glowColor'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iMode'''
| style="width: 15%;" |
| style="width: 35%;" |
|}

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]

SendProps[edit | edit source]

CTFGlow
Name Type Description
m_glowColor Integer
m_bDisabled Boolean
m_hTarget Integer
m_iMode Integer

Entity DataMaps[edit | edit source]

CTFGlow
Name Type Description
InputDisable
InputEnable
InputSetGlowColor
m_bDisabled
m_glowColor
m_iMode