CTFWearableRobotArm: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
(Undo revision 3282 by Washy (talk))
Tag: Undo
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Overview ==
== Overview ==
...
The Gunslinger used by the Engineer is an instance of this class.


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


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


==[[SendProps|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CBaseAnimating]]'''
***'''[[CBaseAnimatingOverlay]]'''
***'''[[CEconEntity]]'''
****'''[[CBaseFlex]]'''
****'''[[CEconWearable]]'''
*****'''[[CBaseCombatCharacter]]'''
*****'''[[CTFWearable]]'''
******'''[[CBasePlayer]]'''
******'''CTFWearableRobotArm'''
*******'''CTFPlayer'''

Latest revision as of 19:54, 28 April 2022

Overview[edit | edit source]

The Gunslinger used by the Engineer is an instance of this class.

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

Linked entity : tf_wearable_robot_arm

Class Structure[edit | edit source]