Class NoGoalReachableAction
Indicates that no goal is reachable and functions as a placeholder for this situation
The
Instance
can be set with a subtype of this class that provides specific action behavior.
Inheritance
System.Object
NoGoalReachableAction
Assembly: Mars.Components.dll
Syntax
public class NoGoalReachableAction : GoapAction, IGoapAction
Properties
Instance
Declaration
public static NoGoalReachableAction Instance { get; set; }
Property Value
Methods
ExecuteAction()
Declaration
protected override bool ExecuteAction()
Returns
Type |
Description |
System.Boolean |
|
Overrides
Implements