eq2emu/docs/code/BotBrain.md

18 lines
258 B
Markdown
Raw Normal View History

2025-05-06 09:54:48 -04:00
# File: `BotBrain.h`
## Classes
- `BotBrain`
## Functions
- `void Think();`
- `bool ProcessSpell(Entity* target, float distance);`
- `bool ProcessOutOfCombatSpells();`
- `bool ProcessCombat();`
- `void SetTarget();`
## Notable Comments
_None detected_