CTFBotHintEngineerNest: Difference between revisions
Jump to navigation
Jump to search
(Created blank page) |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== 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 : [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 : [https://developer.valvesoftware.com/wiki/bot_hint_engineer_nest bot_hint_engineer_nest]''' | |||
==[[Classes|Class Structure]]== | |||
*'''[[CBaseEntity]]''' | |||
**'''[[CPointEntity]]''' | |||
***'''[[CBaseTFBotHintEntity]]''' | |||
****'''CTFBotHintEngineerNest''' | |||
== SendProps == | |||
{| 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%;" |'''m_bHasActiveTeleporter''' | |||
| style="width: 15%;" |Boolean | |||
| 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]
- CBaseEntity
- CPointEntity
- CBaseTFBotHintEntity
- CTFBotHintEngineerNest
- CBaseTFBotHintEntity
- CPointEntity
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_bHasActiveTeleporter | Boolean |