CTFTauntProp: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
... | A prop which plays choreography data read from [https://developer.valvesoftware.com/wiki/VCD VCD] files. | ||
'''Source location : ...''' | '''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 : .. | '''Linked entity : [https://developer.valvesoftware.com/wiki/Tf_taunt_prop tf_taunt_prop]''' | ||
==[[ | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
Line 12: | Line 12: | ||
****'''[[CBaseFlex]]''' | ****'''[[CBaseFlex]]''' | ||
*****'''[[CBaseCombatCharacter]]''' | *****'''[[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