Skip to content

(Dev) Bot Brain

pongo1231 edited this page Jan 5, 2019 · 1 revision

Developers

Every bot has a BotBrain, depending on its class. A new instance of it is created every time the bot changes its class.

The BotBrain is responsible for passing the currently pressed buttons, the movement vector and the look at angle to the Bot. It always runs a queue of BotTasks.

Clone this wiki locally