CTFTauntProp: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
(6 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 : tf_taunt_prop'''


==[[SendProps|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CBaseAnimating]]'''
Line 12: Line 12:
****'''[[CBaseFlex]]'''
****'''[[CBaseFlex]]'''
*****'''[[CBaseCombatCharacter]]'''
*****'''[[CBaseCombatCharacter]]'''
******'''[[CBasePlayer]]'''
******'''CTFTauntProp'''
*******'''CTFPlayer'''
 
== SendProps ==
{| class="wikitable sortable" style="margin: 0 auto; width: 100%; padding: 0;"
|+CTFTauntProp  
! style="width: 50%; background-color: #303030; color: white" |Name
! style="width: 15%; background-color: #303030; color: white" |Type
! style="width: 35%; background-color: #303030; color: white" |Description
|-
| style="width: 50%;" |'''m_nFlagCaptures'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iRole'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|-
| style="width: 50%;" |'''team_object_array_element'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|-
| style="width: 50%;" |'''"team_object_array"'''
| style="width: 15%;" |Array
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_hLeader'''
| style="width: 15%;" |Integer
| style="width: 35%;" |
|}

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