CTFTauntProp: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Blanked the page)
Tags: Blanking Manual revert
No edit summary
(5 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 : tf_taunt_prop'''
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
***'''[[CBaseAnimatingOverlay]]'''
****'''[[CBaseFlex]]'''
*****'''[[CBaseCombatCharacter]]'''
******'''CTFTauntProp'''

Revision as of 18:29, 9 April 2022

Overview

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