Revision Difference
Understanding_NextBots#564977
<cat></cat>⤶
WIP PAGE⤶
⤶
-- TODO Write a simple ent creation page to reference⤶
⤶
⤶
⤶
<title>Understanding NextBots</title>⤶
⤶
Nextbots are a specialized <page>Entity</page> meant to act as NPCs (or fake players) They will navigate around the map using the Navmesh in an attempt to reach their set goal point. Nextbots range in complexity from the simple "sprite hunts you down and kills you" to Left For Dead 2 zombies or Counter Strike bots.⤶
⤶
# Areas Connected TO NextBots⤶
## Globals⤶
<page>Global.Path</page>⤶
⤶
##Classes⤶
<page>Entity</page>⤶
⤶
<page>Nextbot</page>⤶
⤶
<page>PathFollower</page>⤶
⤶
<page>CLuaLocomotion</page>⤶
⤶
<page>CNavArea</page>⤶
## Libaries⤶
<page>debugoverlay</page> - for visualizations⤶
⤶
<page>coroutine</page>⤶
⤶
<page>navmesh</page>⤶
## Hooks⤶
<page>ENTITY_Hooks</page>⤶
⤶
⤶
<page>NEXTBOT_Hooks</page>⤶
## Structs⤶
<page>structures/ENT</page>⤶
⤶
<page>structures/PathSegment</page>