CTFBot: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
{| class="wikitable" style="margin: 0 auto; width: 100%; padding: 0;" | {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | ||
|+Heirarchies | |||
|- | |- | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
Line 22: | Line 16: | ||
******'''[[CBasePlayer]]''' | ******'''[[CBasePlayer]]''' | ||
*******'''[[CTFPlayer]]''' | *******'''[[CTFPlayer]]''' | ||
*******'''[[NextBotPlayer]]''' | ********'''[[NextBotPlayer]]''' | ||
*******'''[[CTFBot]]''' | *********'''[[CTFBot]]''' | ||
|} |
Revision as of 23:44, 19 March 2023
Overview
The class which tf_bot entities are instances of.
Source location : /game/server/tf/bot/tf_bot.h