diff options
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r-- | engines/hdb/ai.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h index 9327bae3e8..7fcb6ab3a2 100644 --- a/engines/hdb/ai.h +++ b/engines/hdb/ai.h @@ -591,6 +591,13 @@ public: void drawEnts(int x, int y, int w, int h); void animGrabbing(); + // List functions + void addToAutoList(int x, int y, const char *luaFuncInt, const char *luaFuncUse); + void autoDeactivate(int x, int y); + bool activateAction(AIEntity *e, int x, int y, int targetX, int targetY); + bool checkAutoList(AIEntity *e, int x, int y); + bool autoActive(int x, int y); + bool checkFloating(int x, int y); bool getTableEnt(AIType type); |