CTFTauntProp: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 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]'''


==[[SendProps|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CBaseAnimating]]'''
Line 12: Line 12:
****'''[[CBaseFlex]]'''
****'''[[CBaseFlex]]'''
*****'''[[CBaseCombatCharacter]]'''
*****'''[[CBaseCombatCharacter]]'''
******'''[[CBasePlayer]]'''
******'''CTFTauntProp'''
*******'''CTFPlayer'''

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]