Options
All
  • Public
  • Public/Protected
  • All
Menu

Module EventPage

The data class for the event page.

Index

Properties

conditions

conditions: Conditions

The event condition (RPG.EventPage.Condition).

directionFix

directionFix: boolean

The truth value of the [Direction Fix] option.

image

image: Image

The event graphic (RPG.EventPage.Image) .

list

list: Array<EventCommand>

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

moveFrequency

moveFrequency: number

The movement frequency (1: lowest, 2: lower, 3: normal, 4: higher, 5: highest).

moveRoute

moveRoute: Array<MoveRoute>

The movement route (RPG.MoveRoute). Referenced only when the movement type is set to custom.

moveSpeed

moveSpeed: number

The movement speed (1: x8 slower, 2: x4 slower, 3: x2 slower, 4: normal, 5: x2 faster, 6: x4 faster).

moveType

moveType: number

The type of movement (0: fixed, 1: random, 2: approach, 3: custom).

priorityType

priorityType: number

The priority type (0: below characters, 1: same as characters, 2: above characters).

stepAnime

stepAnime: boolean

The truth value of the [Stepping Animation] option.

through

through: boolean

The truth value of the [Through] option.

trigger

trigger: number

The event trigger (0: action button, 1: player touch, 2: event touch, 3: autorun, 4: parallel).

walkAnime

walkAnime: boolean

The truth value of the [Walking Animation] option.

Generated using TypeDoc