Garry's Mod Wiki

Understanding NextBots

WIP PAGE

-- TODO Write a simple ent creation page to reference

Nextbots are a specialized Entity 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

Path

Classes

Entity

Nextbot

PathFollower

CLuaLocomotion

CNavArea

Libaries

debugoverlay - for visualizations

coroutine

navmesh

Hooks

ENTITY_Hooks

NEXTBOT_Hooks

Structs

structures/ENT

structures/PathSegment