![]() |
Grail (C#)
1.4.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
|
An interface indicating that the implementing class maintains a goal for planning. In particular, the Reasoners.PlannerReasoner implements IGoalAcceptor to track the current goal. More...
Public Member Functions | |
void | SetNewGoal (Goal goal, AIEntity entity) |
Sets a new current goal for the given entity . More... | |
Properties | |
Goal | CurrentGoal [get] |
An interface indicating that the implementing class maintains a goal for planning. In particular, the Reasoners.PlannerReasoner implements IGoalAcceptor to track the current goal.
Sets a new current goal for the given entity .
Implemented in Grail.Planners.Reasoners.PlannerReasoner.