Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommonEvent

The data class for common events.

Hierarchy

  • CommonEvent

Index

Properties

Properties

id

id: number

The event ID.

list

list: Array<EventCommand>

A list of event commands. An RPG.EventCommand array.

name

name: string

The event name.

switchId

switchId: number

The condition switch ID.

trigger

trigger: number

The event trigger (0: none, 1: autorun; 2: parallel).

Generated using TypeDoc