CTFBotHintEngineerNest: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==
...
Signifies a bot engineer nest along with [[CTFBotHintSentrygun]]. In MvM, it's the engineer teleport location along with the point at which the giant blue beam for engineer nests originates.


'''Source location : ...'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/bot/map_entities/tf_bot_hint_engineer_nest.h /game/server/tf/bot/map_entities/tf_bot_hint_engineer_nest.h]'''


'''Linked entity : ...'''
'''Linked Entity : [https://developer.valvesoftware.com/wiki/bot_hint_engineer_nest bot_hint_engineer_nest]'''


==[[Classes|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CPointEntity]]'''
***'''[[CBaseAnimatingOverlay]]'''
***'''[[CBaseTFBotHintEntity]]'''
****'''[[CBaseFlex]]'''
****'''CTFBotHintEngineerNest'''
*****'''[[CBaseCombatCharacter]]'''
******'''[[CBasePlayer]]'''
*******'''CTFPlayer'''


== SendProps ==
== SendProps ==
Line 24: Line 21:
| style="width: 50%;" |'''m_bHasActiveTeleporter'''
| style="width: 50%;" |'''m_bHasActiveTeleporter'''
| style="width: 15%;" |Boolean
| style="width: 15%;" |Boolean
| style="width: 35%;" |
|}
== Entity DataMaps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;
|+CTFBotHintEngineerNest
! 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%;" |'''InputDisable'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputEnable'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_isDisabled'''
| style="width: 15%;" |
| style="width: 35%;" |
| style="width: 35%;" |
|}
|}

Latest revision as of 21:37, 11 March 2023

Overview[edit | edit source]

Signifies a bot engineer nest along with CTFBotHintSentrygun. In MvM, it's the engineer teleport location along with the point at which the giant blue beam for engineer nests originates.

Source location : /game/server/tf/bot/map_entities/tf_bot_hint_engineer_nest.h

Linked Entity : bot_hint_engineer_nest

Class Structure[edit | edit source]

SendProps[edit | edit source]

CTFBotHintEngineerNest
Name Type Description
m_bHasActiveTeleporter Boolean