events

package
v0.0.0-...-3befcbb Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event string
const (
	PLAYER_JOIN                 Event = "player_join"
	PLAYER_LEAVE                Event = "player_leave"
	PLAYER_MOVE                 Event = "player_move"
	PLAYER_UPDATE_MAP           Event = "player_update_map"
	PLAYER_CHAT_MESSAGE         Event = "player_chat_message"
	PLAYER_PICKUP_ITEMENTITY    Event = "player_pickup_itementity"
	PLAYER_UPDATE_CITIZEN_STATE Event = "player_update_citizen_state"
	PLAYER_ADD_QUEST            Event = "player_add_quest"
	PLAYER_ADD_ITEM             Event = "player_add_item"
	PLAYER_HANDSHAKE            Event = "player_handshake"
	PLAYER_CHAT_COMMAND         Event = "player_chat_command"
	PLAYER_CHAT_COMMAND_RESULT  Event = "player_chat_command_result"
	TICK                        Event = "tick"
	ERROR                       Event = "error"
)

Jump to

Keyboard shortcuts

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