GoapPlanningSystem

data class GoapPlanningSystem(val actions: Set<GoapAction>, val goals: Set<GoapGoal>) : PlanningSystem

Constructors

Link copied to clipboard
constructor(actions: Collection<GoapAction>, goal: GoapGoal)
constructor(actions: Set<GoapAction>, goals: Set<GoapGoal>)

Properties

Link copied to clipboard
open override val actions: Set<GoapAction>
Link copied to clipboard
open override val goals: Set<GoapGoal>

Functions

Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard