├── Behavior ├── BehaviorBackUp.h └── BehaviorMoveTo.h ├── NavMeshEntities ├── func_nav_prerequisite.cpp └── func_nav_prerequisite.h ├── NextBot.cpp ├── NextBot.h ├── NextBotAttentionInterface.cpp ├── NextBotAttentionInterface.h ├── NextBotBehavior.h ├── NextBotBodyInterface.cpp ├── NextBotBodyInterface.h ├── NextBotComponentInterface.cpp ├── NextBotComponentInterface.h ├── NextBotContextualQueryInterface.h ├── NextBotDebug.h ├── NextBotEventResponderInterface.h ├── NextBotGroundLocomotion.cpp ├── NextBotGroundLocomotion.h ├── NextBotHearingInterface.h ├── NextBotIntentionInterface.cpp ├── NextBotIntentionInterface.h ├── NextBotInterface.cpp ├── NextBotInterface.h ├── NextBotKnownEntity.h ├── NextBotLocomotionInterface.cpp ├── NextBotLocomotionInterface.h ├── NextBotManager.cpp ├── NextBotManager.h ├── NextBotUtil.h ├── NextBotVisionInterface.cpp ├── NextBotVisionInterface.h ├── Path ├── NextBotChasePath.cpp ├── NextBotChasePath.h ├── NextBotPath.cpp ├── NextBotPath.h ├── NextBotPathFollow.cpp ├── NextBotPathFollow.h └── NextBotRetreatPath.h ├── Player ├── NextBotPlayer.cpp ├── NextBotPlayer.h ├── NextBotPlayerBody.cpp ├── NextBotPlayerBody.h ├── NextBotPlayerLocomotion.cpp └── NextBotPlayerLocomotion.h ├── README.md ├── simple_bot.cpp └── simple_bot.h /Behavior/BehaviorBackUp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Behavior/BehaviorBackUp.h -------------------------------------------------------------------------------- /Behavior/BehaviorMoveTo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Behavior/BehaviorMoveTo.h -------------------------------------------------------------------------------- /NavMeshEntities/func_nav_prerequisite.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NavMeshEntities/func_nav_prerequisite.cpp -------------------------------------------------------------------------------- /NavMeshEntities/func_nav_prerequisite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NavMeshEntities/func_nav_prerequisite.h -------------------------------------------------------------------------------- /NextBot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBot.cpp -------------------------------------------------------------------------------- /NextBot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBot.h -------------------------------------------------------------------------------- /NextBotAttentionInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotAttentionInterface.cpp -------------------------------------------------------------------------------- /NextBotAttentionInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotAttentionInterface.h -------------------------------------------------------------------------------- /NextBotBehavior.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotBehavior.h -------------------------------------------------------------------------------- /NextBotBodyInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotBodyInterface.cpp -------------------------------------------------------------------------------- /NextBotBodyInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotBodyInterface.h -------------------------------------------------------------------------------- /NextBotComponentInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotComponentInterface.cpp -------------------------------------------------------------------------------- /NextBotComponentInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotComponentInterface.h -------------------------------------------------------------------------------- /NextBotContextualQueryInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotContextualQueryInterface.h -------------------------------------------------------------------------------- /NextBotDebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotDebug.h -------------------------------------------------------------------------------- /NextBotEventResponderInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotEventResponderInterface.h -------------------------------------------------------------------------------- /NextBotGroundLocomotion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotGroundLocomotion.cpp -------------------------------------------------------------------------------- /NextBotGroundLocomotion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotGroundLocomotion.h -------------------------------------------------------------------------------- /NextBotHearingInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotHearingInterface.h -------------------------------------------------------------------------------- /NextBotIntentionInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotIntentionInterface.cpp -------------------------------------------------------------------------------- /NextBotIntentionInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotIntentionInterface.h -------------------------------------------------------------------------------- /NextBotInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotInterface.cpp -------------------------------------------------------------------------------- /NextBotInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotInterface.h -------------------------------------------------------------------------------- /NextBotKnownEntity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotKnownEntity.h -------------------------------------------------------------------------------- /NextBotLocomotionInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotLocomotionInterface.cpp -------------------------------------------------------------------------------- /NextBotLocomotionInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotLocomotionInterface.h -------------------------------------------------------------------------------- /NextBotManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotManager.cpp -------------------------------------------------------------------------------- /NextBotManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotManager.h -------------------------------------------------------------------------------- /NextBotUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotUtil.h -------------------------------------------------------------------------------- /NextBotVisionInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotVisionInterface.cpp -------------------------------------------------------------------------------- /NextBotVisionInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/NextBotVisionInterface.h -------------------------------------------------------------------------------- /Path/NextBotChasePath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Path/NextBotChasePath.cpp -------------------------------------------------------------------------------- /Path/NextBotChasePath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Path/NextBotChasePath.h -------------------------------------------------------------------------------- /Path/NextBotPath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Path/NextBotPath.cpp -------------------------------------------------------------------------------- /Path/NextBotPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Path/NextBotPath.h -------------------------------------------------------------------------------- /Path/NextBotPathFollow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Path/NextBotPathFollow.cpp -------------------------------------------------------------------------------- /Path/NextBotPathFollow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Path/NextBotPathFollow.h -------------------------------------------------------------------------------- /Path/NextBotRetreatPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Path/NextBotRetreatPath.h -------------------------------------------------------------------------------- /Player/NextBotPlayer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Player/NextBotPlayer.cpp -------------------------------------------------------------------------------- /Player/NextBotPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Player/NextBotPlayer.h -------------------------------------------------------------------------------- /Player/NextBotPlayerBody.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Player/NextBotPlayerBody.cpp -------------------------------------------------------------------------------- /Player/NextBotPlayerBody.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Player/NextBotPlayerBody.h -------------------------------------------------------------------------------- /Player/NextBotPlayerLocomotion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Player/NextBotPlayerLocomotion.cpp -------------------------------------------------------------------------------- /Player/NextBotPlayerLocomotion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/Player/NextBotPlayerLocomotion.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/README.md -------------------------------------------------------------------------------- /simple_bot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/simple_bot.cpp -------------------------------------------------------------------------------- /simple_bot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SourceSDK2013Ports/NextBot/HEAD/simple_bot.h --------------------------------------------------------------------------------