Skip to content

Commit

Permalink
some ai stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Auto committed Jun 7, 2024
1 parent de8c21f commit 8e18891
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/game_api/entities_chars.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,18 @@ class Ai
int8_t unknown24;
int8_t unknown25;
int32_t unknown26;
// Map unknown27;
std::map<size_t, size_t> unknown27;

size_t unknown28; // probably vector?
size_t unknown29;
size_t unknown30;

std::vector<uintptr_t> unknown31; // pointers to the Ai targets in state
std::map<uint32_t, uint8_t> unknown32; // dunno what any of this is, keeps changing rapidly

size_t unknown33;
uintptr_t unknown34; // pointer to map/set ?
std::map<size_t, size_t> unknown35;
};

class PowerupCapable : public Movable
Expand Down

0 comments on commit 8e18891

Please sign in to comment.