CZombie: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
Halloween skeletons are instances of this class.


'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/tf/halloween/zombie/zombie.h /game/server/tf/halloween/zombie/zombie.h]'''
'''Linked entity : [https://developer.valvesoftware.com/wiki/Tf_zombie tf_zombie]'''
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
***'''[[CBaseAnimatingOverlay]]'''
****'''[[CBaseFlex]]'''
*****'''[[CBaseCombatCharacter]]'''
******'''[[NextBotCombatCharacter]]'''
*******'''CZombie'''
== SendProps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;"
|+CZombie
! 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_flHeadScale'''
| style="width: 15%;" |Float
| style="width: 35%;" |
|}
== Entity DataMaps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;
|+CLogicEventListener
! 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_OnDeath'''
| style="width: 15%;" |
| style="width: 35%;" |
|}

Latest revision as of 08:56, 8 March 2023

Overview[edit | edit source]

Halloween skeletons are instances of this class.

Source location : /game/server/tf/halloween/zombie/zombie.h

Linked entity : tf_zombie

Class Structure[edit | edit source]

SendProps[edit | edit source]

CZombie
Name Type Description
m_flHeadScale Float

Entity DataMaps[edit | edit source]

CLogicEventListener
Name Type Description
m_OnDeath