CTFBotHintEngineerNest: Difference between revisions
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 | '''Linked Entity : [https://developer.valvesoftware.com/wiki/bot_hint_engineer_nest bot_hint_engineer_nest]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CPointEntity]]''' | ||
***'''[[ | ***'''[[CBaseTFBotHintEntity]]''' | ||
****''' | ****'''CTFBotHintEngineerNest''' | ||
== 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%;" | | | 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 |