Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Event

The data class for map events.

Hierarchy

Index

Properties

Properties

id

id: number

The event ID.

meta

meta: object

The Meta.

Type declaration

  • [key: string]: any

name

name: string

The event name.

note

note: string

The text of the note.

pages

pages: Array<EventPage>

The event pages. RPG.EventPage array.

x

x: number

The event's x-coordinate on the map.

y

y: number

The event's y-coordinate on the map.

Generated using TypeDoc