CTFBot: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
|+Heirarchies
|+Heirarchies
|-
|-
|
<span style="font-size: 150%; font-family: sans-serif">CBaseEntity => CTFBot</span>
<hr>
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CBaseAnimating]]'''
Line 17: Line 20:
*******'''[[CTFPlayer]]'''
*******'''[[CTFPlayer]]'''
********'''[[NextBotPlayer]]'''
********'''[[NextBotPlayer]]'''
*********'''[[CTFBot]]'''
*********'''CTFBot'''
<hr>
 
<span style="font-size: 150%; font-family: sans-serif">INextBotEventResponder => CTFBot</span>
<hr>
*'''[[INextBotEventResponder]]'''
**'''[[INextBot]]'''
***'''[[NextBotPlayer]]'''
****'''CTFBot'''
<hr>
 
 
<span style="font-size: 150%; font-family: sans-serif">INextBotPlayerInput => CTFBot</span>
<hr>
*'''[[INextBotPlayerInput]]'''
**'''[[NextBotPlayer]]'''
***'''CTFBot'''
<hr>
|}
|}

Revision as of 23:50, 19 March 2023

Overview

The class which tf_bot entities are instances of.

Source location : /game/server/tf/bot/tf_bot.h


Class Structure

Heirarchies

CBaseEntity => CTFBot



INextBotEventResponder => CTFBot




INextBotPlayerInput => CTFBot