CTFProjectile Arrow: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Overview ==
== Overview ==
...
Arrow projectiles shot by The Huntsman or Fortified Compound are instances of this class.


'''Source location : ...'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/shared/tf/tf_projectile_arrow.h /game/shared/tf/tf_projectile_arrow.h]'''


'''Linked entity : ...'''
'''Linked entity : [https://developer.valvesoftware.com/wiki/tf_projectile_arrow tf_projectile_arrow]'''


==[[Classes|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CBaseAnimating]]'''
***'''[[CBaseAnimatingOverlay]]'''
***'''[[CBaseProjectile]]'''
****'''[[CBaseFlex]]'''
****'''[[CTFBaseRocket]]'''
*****'''[[CBaseCombatCharacter]]'''
*****'''CTFProjectile_Arrow'''
******'''[[CBasePlayer]]'''
*******'''CTFPlayer'''


== SendProps ==
== SendProps ==

Revision as of 21:10, 6 March 2022

Overview

Arrow projectiles shot by The Huntsman or Fortified Compound are instances of this class.

Source location : /game/shared/tf/tf_projectile_arrow.h

Linked entity : tf_projectile_arrow

Class Structure

SendProps

CTFProjectile_Arrow
Name Type Description
m_bArrowAlight Boolean
m_bCritical Boolean
m_iProjectileType Integer

Entity DataMaps

CTFProjectile_Arrow
Name Type Description
CTFProjectile_ArrowImpactThink