mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
18 lines
258 B
Markdown
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_
|