CTFProjectile BallOfFire: Difference between revisions
Jump to navigation
Jump to search
(Created blank page) |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | |||
The fireball projectile fired from The Dragon's Fury is an instance of this class. | |||
'''Source location : Absent from the 2017 TF2 source code.''' | |||
'''Linked entity : [https://developer.valvesoftware.com/wiki/tf_projectile_balloffire tf_projectile_balloffire]''' | |||
==[[Classes|Class Structure]]== | |||
*'''[[CBaseEntity]]''' | |||
**'''[[CBaseAnimating]]''' | |||
***'''[[CBaseProjectile]]''' | |||
****'''[[CTFBaseRocket]]''' | |||
*****'''[[CTFProjectile_Rocket]]''' | |||
******'''CTFProjectile_BallOfFire''' | |||
== SendProps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | |||
|+CTFProjectile_BallOfFire | |||
! 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_vecInitialVelocity''' | |||
| style="width: 15%;" |Vector | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_vecSpawnOrigin''' | |||
| style="width: 15%;" |Vector | |||
| style="width: 35%;" | | |||
|} |
Latest revision as of 21:23, 6 March 2022
Overview[edit | edit source]
The fireball projectile fired from The Dragon's Fury is an instance of this class.
Source location : Absent from the 2017 TF2 source code.
Linked entity : tf_projectile_balloffire
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CBaseProjectile
- CTFBaseRocket
- CTFProjectile_Rocket
- CTFProjectile_BallOfFire
- CTFProjectile_Rocket
- CTFBaseRocket
- CBaseProjectile
- CBaseAnimating
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_vecInitialVelocity | Vector | |
m_vecSpawnOrigin | Vector |