CTFProjectile Arrow: Difference between revisions
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]]''' | ||
***'''[[ | ***'''[[CBaseProjectile]]''' | ||
****'''[[ | ****'''[[CTFBaseRocket]]''' | ||
*****''' | *****'''CTFProjectile_Arrow''' | ||
== 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
- CBaseEntity
- CBaseAnimating
- CBaseProjectile
- CTFBaseRocket
- CTFProjectile_Arrow
- CTFBaseRocket
- CBaseProjectile
- CBaseAnimating
SendProps
Name | Type | Description |
---|---|---|
m_bArrowAlight | Boolean | |
m_bCritical | Boolean | |
m_iProjectileType | Integer |
Entity DataMaps
Name | Type | Description |
---|---|---|
CTFProjectile_ArrowImpactThink |