CTFWearableRobotArm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Tag: Undo |
||
(4 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]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[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]
- CBaseEntity
- CBaseAnimating
- CEconEntity
- CEconWearable
- CTFWearable
- CTFWearableRobotArm
- CTFWearable
- CEconWearable
- CEconEntity
- CBaseAnimating