NextBotCombatCharacter: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
The class used by non player entities which use the [https://developer.valvesoftware.com/wiki/NextBot NextBot] AI system. (This does '''not''' include tf_bot.) | The class used by non player entities which use the [https://developer.valvesoftware.com/wiki/NextBot NextBot] AI system. (This does '''not''' include tf_bot. See [[CTFBot]]) | ||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/NextBot/NextBot.h /game/server/NextBot/NextBot.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/NextBot/NextBot.h /game/server/NextBot/NextBot.h]''' |
Revision as of 00:19, 20 March 2023
Overview
The class used by non player entities which use the NextBot AI system. (This does not include tf_bot. See CTFBot)
Source location : /game/server/NextBot/NextBot.h
Class Structure
CBaseEntity => NextBotCombatCharacter
|
Entity DataMaps
Name | Type | Description |
---|---|---|
NextBotCombatCharacterDoThink |