Autowalker is working way better and now I have a plan for using the AI in the System.
This commit is contained in:
parent
0623170dbc
commit
ee804581a8
11 changed files with 197 additions and 127 deletions
|
@ -2,8 +2,8 @@
|
|||
#include "goap.hpp"
|
||||
|
||||
namespace ai {
|
||||
void dump_only(AIProfile& profile, State state, bool matching, bool show_as);
|
||||
void dump_state(AIProfile& profile, State state);
|
||||
void dump_action(AIProfile& profile, Action& action);
|
||||
State dump_script(AIProfile& profile, std::string msg, State start, Script& script);
|
||||
void dump_only(State state, bool matching, bool show_as);
|
||||
void dump_state(State state);
|
||||
void dump_action(Action& action);
|
||||
State dump_script(std::string msg, State start, Script& script);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue