INextBot: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == General interface for NextBots. '''Source location : [https://github.com/sr2echa/TF2-Source-Code/blob/master/tf2_src/game/server/NextBot/NextBotInterface.h /ga...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
General interface for NextBots. | General interface for [https://developer.valvesoftware.com/wiki/NextBot NextBots.] | ||
'''Source location : [https://github.com/sr2echa/TF2-Source-Code/blob/master/tf2_src/game/server/NextBot/NextBotInterface.h /game/server/NextBot/NextBotInterface.h]''' | '''Source location : [https://github.com/sr2echa/TF2-Source-Code/blob/master/tf2_src/game/server/NextBot/NextBotInterface.h /game/server/NextBot/NextBotInterface.h]''' | ||
Line 6: | Line 6: | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[INextBotEventResponder]]''' | *'''[[INextBotEventResponder]]''' | ||
**''' | **'''INextBot''' |
Latest revision as of 00:08, 20 March 2023
Overview[edit | edit source]
General interface for NextBots.
Source location : /game/server/NextBot/NextBotInterface.h
Class Structure[edit | edit source]
- INextBotEventResponder
- INextBot