sync

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: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Object

type Object interface {
	GUID() guid.GUID
	TypeID() guid.TypeID
	// Values() must return a pointer to a values block that can be modified by the server
	Values() *update.ValuesBlock
}

type Seer

type Seer interface {
	WorldObject

	Vision() *Vision
}

Used to interface with players

type Vision

type Vision tempest.C4Sphere

type WorldObject

type WorldObject interface {
	Object
	// movement data
	Movement() *update.MovementBlock
}

Objects that have a presence in the world in a specific location (players, creatures)

Jump to

Keyboard shortcuts

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