CTFProjectile Arrow: Difference between revisions

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


'''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]'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/tf/tf_projectile_arrow.h /game/server/tf/tf_projectile_arrow.h]'''


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

Latest revision as of 21:11, 6 March 2022

Overview[edit | edit source]

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

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

Linked entity : tf_projectile_arrow

Class Structure[edit | edit source]

SendProps[edit | edit source]

CTFProjectile_Arrow
Name Type Description
m_bArrowAlight Boolean
m_bCritical Boolean
m_iProjectileType Integer

Entity DataMaps[edit | edit source]

CTFProjectile_Arrow
Name Type Description
CTFProjectile_ArrowImpactThink