CTFWearableRobotArm: Difference between revisions

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


'''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 : [https://developer.valvesoftware.com/wiki/tf_wearable_robot_arm tf_wearable_robot_arm]'''
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
***'''[[CEconEntity]]'''
****'''[[CEconWearable]]'''
*****'''[[CTFWearable]]'''
******'''CTFWearableRobotArm'''

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]