CTFBot: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
'''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]''' | '''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]''' | ||
'''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]''' | '''Linked entity : [https://developer.valvesoftware.com/wiki/tf_bot tf_bot]''' | ||
Line 23: | Line 25: | ||
*********'''CTFBot''' | *********'''CTFBot''' | ||
<hr> | <hr> | ||
<span style="font-size: 150%; font-family: sans-serif">INextBotEventResponder => CTFBot</span> | <span style="font-size: 150%; font-family: sans-serif">INextBotEventResponder => CTFBot</span> |
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
|