CTFHellZap: Difference between revisions
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 == | |||
Emits a particle effect on players within it's associated trigger area. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/tf/halloween/tf_weapon_spellbook.cpp /game/shared/tf/halloween/tf_weapon_spellbook.cpp]''' | |||
'''Linked Entity : [https://developer.valvesoftware.com/wiki/halloween_zapper halloween_zapper]''' | |||
==[[Classes|Class Structure]]== | |||
*'''[[CBaseEntity]]''' | |||
**'''CTFHellZap''' | |||
== Entity DataMaps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | |||
|+CTFHellZap | |||
! 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%;" |'''InputZapAllTouching''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_eType''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_iszCustomTouchTrigger''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_iszParticleName''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|} | |||
Latest revision as of 21:39, 11 March 2023
Overview
Emits a particle effect on players within it's associated trigger area.
Source location : /game/shared/tf/halloween/tf_weapon_spellbook.cpp
Linked Entity : halloween_zapper
Class Structure
- CBaseEntity
- CTFHellZap
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| InputDisable | ||
| InputEnable | ||
| InputZapAllTouching | ||
| m_eType | ||
| m_iszCustomTouchTrigger | ||
| m_iszParticleName |