CTFTauntProp: Difference between revisions
Jump to navigation
Jump to search
(Blanked the page) Tags: Blanking Manual revert |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | |||
A prop which plays choreography data read from [https://developer.valvesoftware.com/wiki/VCD VCD] files. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/tf/tf_taunt_prop.h /game/server/tf/tf_taunt_prop.h]''' | |||
'''Linked entity : [https://developer.valvesoftware.com/wiki/Tf_taunt_prop tf_taunt_prop]''' | |||
==[[Classes|Class Structure]]== | |||
*'''[[CBaseEntity]]''' | |||
**'''[[CBaseAnimating]]''' | |||
***'''[[CBaseAnimatingOverlay]]''' | |||
****'''[[CBaseFlex]]''' | |||
*****'''[[CBaseCombatCharacter]]''' | |||
******'''CTFTauntProp''' |
Latest revision as of 12:36, 17 September 2023
Overview[edit | edit source]
A prop which plays choreography data read from VCD files.
Source location : /game/server/tf/tf_taunt_prop.h
Linked entity : tf_taunt_prop