CTFBot: Difference between revisions
Jump to navigation
Jump to search
(Blanked the page) Tag: Blanking |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | |||
The class which tf_bot entities are instances of. | |||
'''Source location : [https://github.com/sr2echa/TF2-Source-Code/blob/master/tf2_src/game/server/tf/bot/tf_bot.h /game/server/tf/bot/tf_bot.h]''' | |||
==[[Classes|Class Structure]]== | |||
{| class="wikitable" style="margin: 0 auto; width: 100%; padding: 0;" | |||
|- | |||
| colspan="1" style="padding: 0; margin: 0; width: 20%;" | | |||
{| class="wikitable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 20%; padding: 0; border: none;" | |||
! colspan="1" style="padding: 25px; background-color: #303030; color: white; border: 2px solid black" | CTFBot | |||
|- | |||
| colspan="1" style="padding: 0; margin: 0; width: 100%;" | | |||
|} | |||
|} | |||
==[[Classes|Class Structure]]== | |||
*'''[[CBaseEntity]]''' | |||
**'''[[CBaseAnimating]]''' | |||
***'''[[CBaseAnimatingOverlay]]''' | |||
****'''[[CBaseFlex]]''' | |||
*****'''[[CBaseCombatCharacter]]''' | |||
******'''[[CBasePlayer]]''' | |||
*******'''[[CTFPlayer]]''' | |||
*******'''[[NextBotPlayer]]''' | |||
*******'''[[CTFBot]]''' |
Revision as of 23:14, 19 March 2023
Overview
The class which tf_bot entities are instances of.
Source location : /game/server/tf/bot/tf_bot.h
Class Structure
|