CTesla: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Generates lightning arcs around it's origin. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tesla.h /game/server/tesla.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tesla.h /game/server/tesla.h]''' |
Latest revision as of 19:11, 10 August 2022
Overview[edit | edit source]
Generates lightning arcs around it's origin.
Source location : /game/server/tesla.h
Linked Entity : point_tesla
Class Structure[edit | edit source]
- CBaseEntity
- CTesla
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_SoundName | String | |
m_iszSpriteName | String |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
CTeslaShootArcThink | ||
InputDoSpark | ||
InputTurnOff | ||
InputTurnOn | ||
m_Color | ||
m_NumBeams[0] | ||
m_NumBeams[1] | ||
m_SoundName | ||
m_SourceEntityName | ||
m_bOn | ||
m_flArcInterval[0] | ||
m_flArcInterval[1] | ||
m_flRadius | ||
m_flThickness[0] | ||
m_flThickness[1] | ||
m_flTimeVisible[0] | ||
m_flTimeVisible[1] | ||
m_iszSpriteName |