Table of Contents

Interface IGoalController

Namespace
Obsidian.API.AI
Assembly
Obsidian.API.dll
public interface IGoalController

Properties

IsExecuting

bool IsExecuting { get; }

Property Value

bool

IsPaused

bool IsPaused { get; }

Property Value

bool

Methods

AddGoal(IGoal)

void AddGoal(IGoal goal)

Parameters

goal IGoal

Cancel()

void Cancel()

Clear()

void Clear()

Pause()

void Pause()

RemoveGoal(IGoal)

void RemoveGoal(IGoal goal)

Parameters

goal IGoal