ai

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action interface {
}

type Notification

type Notification uint8
const (
	NotifyCreate Notification = iota
	NotifyDelete
	NotifyMovement
	NotifyOutOfRange
)

type Observer

type Observer interface {
	Notify(notif Notification, object sync.WorldObject, args ...any)
}

type Subscriber

type Subscriber interface {
}

type UnitAI

type UnitAI interface {
	HandleNotify()
	NextAction() Action
}

Describes how a Unit can be controlled by the computer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL