CTFTauntProp: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
 
(8 intermediate revisions by 2 users 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

Class Structure[edit | edit source]