CTFBot: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == ... '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/bot/tf_bot.h /game/server/tf/bot/tf_bot.h]''' '''Link...") |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
The class which tf_bot entities are instances of. | |||
'''Source location : [https://github.com/ | '''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]''' | ||
'''Linked | '''VScript : [https://developer.valvesoftware.com/wiki/Team_Fortress_2/Scripting/Script_Functions#CTFBot Script_Functions#CTFBot]''' | ||
'''Linked entity : [https://developer.valvesoftware.com/wiki/tf_bot tf_bot]''' | |||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
<span style=' | {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | ||
|+Heirarchies | |||
|- | |||
| | |||
<span style="font-size: 150%; font-family: sans-serif">CBaseEntity => CTFBot</span> | |||
<hr> | |||
*'''[[CBaseEntity]]''' | |||
**'''[[CBaseAnimating]]''' | |||
***'''[[CBaseAnimatingOverlay]]''' | |||
****'''[[CBaseFlex]]''' | |||
*****'''[[CBaseCombatCharacter]]''' | |||
******'''[[CBasePlayer]]''' | |||
*******'''[[CTFPlayer]]''' | |||
********'''[[NextBotPlayer]]''' | |||
*********'''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''' | |||
|} |
Latest revision as of 13:09, 17 September 2023
Overview[edit | edit source]
The class which tf_bot entities are instances of.
Source location : /game/server/tf/bot/tf_bot.h
VScript : Script_Functions#CTFBot
Linked entity : tf_bot
Class Structure[edit | edit source]
CBaseEntity => CTFBot
|