CEyeballBoss: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
The halloween boss Monoculus is an instance of this class. | The halloween boss Monoculus is an instance of this class. | ||
'''Source location : /game/server/tf/halloween/eyeball_boss/eyeball_boss.h''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/tf/halloween/eyeball_boss/eyeball_boss.h /game/server/tf/halloween/eyeball_boss/eyeball_boss.h]''' | ||
'''Linked entity : [https://developer.valvesoftware.com/wiki/Eyeball_boss eyeball_boss]''' | '''Linked entity : [https://developer.valvesoftware.com/wiki/Eyeball_boss eyeball_boss]''' | ||
Line 13: | Line 13: | ||
*****'''[[CBaseCombatCharacter]]''' | *****'''[[CBaseCombatCharacter]]''' | ||
******'''[[NextBotCombatCharacter]]''' | ******'''[[NextBotCombatCharacter]]''' | ||
*******'''CHalloweenBaseBoss''' | *******<span style="color: #808080;">'''CHalloweenBaseBoss'''</span> | ||
********'''CEyeballBoss''' | ********'''CEyeballBoss''' | ||
Latest revision as of 19:15, 12 March 2022
Overview[edit | edit source]
The halloween boss Monoculus is an instance of this class.
Source location : /game/server/tf/halloween/eyeball_boss/eyeball_boss.h
Linked entity : eyeball_boss
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CBaseAnimatingOverlay
- CBaseFlex
- CBaseCombatCharacter
- NextBotCombatCharacter
- CHalloweenBaseBoss
- CEyeballBoss
- CHalloweenBaseBoss
- NextBotCombatCharacter
- CBaseCombatCharacter
- CBaseFlex
- CBaseAnimatingOverlay
- CBaseAnimating
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_angRotation | Integer | |
m_angAbsRotation | Integer | |
m_lookAtSpot | Vector | |
m_attitude | Integer |