1
0
EQ2Emu/docs/code/BotBrain.md
2025-05-06 09:54:48 -04:00

18 lines
258 B
Markdown

# File: `BotBrain.h`
## Classes
- `BotBrain`
## Functions
- `void Think();`
- `bool ProcessSpell(Entity* target, float distance);`
- `bool ProcessOutOfCombatSpells();`
- `bool ProcessCombat();`
- `void SetTarget();`
## Notable Comments
_None detected_