CTFPointWeaponMimic: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == ... '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/player_vs_environment/tf_point_weapon_mimic.cpp /game/...") |
No edit summary |
||
Line 10: | Line 10: | ||
**'''[[CPointEntity]]''' | **'''[[CPointEntity]]''' | ||
***'''CTFPointWeaponMimic''' | ***'''CTFPointWeaponMimic''' | ||
== Entity DataMaps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | |||
|+CTFPointWeaponMimic | |||
! 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%;" |'''DetonateStickies''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputFireMultiple''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputFireOnce''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_bCrits''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flDamage''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flModelScale''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flSpeedMax''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flSpeedMin''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flSplashRadius''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flSpreadAngle''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_nWeaponType''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_pzsFireParticles''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_pzsFireSound''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_pzsModelOverride''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|} |
Latest revision as of 00:11, 28 March 2022
Overview[edit | edit source]
...
Source location : /game/server/tf/player_vs_environment/tf_point_weapon_mimic.cpp
Linked Entity : tf_point_weapon_mimic
Class Structure[edit | edit source]
- CBaseEntity
- CPointEntity
- CTFPointWeaponMimic
- CPointEntity
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
DetonateStickies | ||
InputFireMultiple | ||
InputFireOnce | ||
m_bCrits | ||
m_flDamage | ||
m_flModelScale | ||
m_flSpeedMax | ||
m_flSpeedMin | ||
m_flSplashRadius | ||
m_flSpreadAngle | ||
m_nWeaponType | ||
m_pzsFireParticles | ||
m_pzsFireSound | ||
m_pzsModelOverride |