Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Conditions

The data class for the event page conditions.

Hierarchy

  • Conditions

Index

Properties

actorId

actorId: number

The ID of that actor if the [Actor] condition is valid.

actorValid

actorValid: boolean

The truth value indicating whether the [Actor] condition is valid.

itemId

itemId: number

The ID of that item if the [Item] condition is valid.

itemValid

itemValid: boolean

The truth value indicating whether the [Item] condition is valid.

selfSwitchCh

selfSwitchCh: string

The letter of that self switch ("A".."D") if the [Self Switch] condition is valid.

selfSwitchValid

selfSwitchValid: boolean

The truth value indicating whether the [Self Switch] condition is valid.

switch1Id

switch1Id: number

The ID of that switch if the first [Switch] condition is valid.

switch1Valid

switch1Valid: boolean

The truth value indicating whether the first [Switch] condition is valid.

switch2Id

switch2Id: number

The ID of that switch if the second [Switch] condition is valid.

switch2Valid

switch2Valid: boolean

The truth value indicating whether the second [Switch] condition is valid.

variableId

variableId: number

The ID of that variable if the [Variable] condition is valid.

variableValid

variableValid: boolean

The truth value indicating whether the [Variable] condition is valid.

variableValue

variableValue: number

The standard value of that variable (x and greater) if the [Variable] condition is valid.

Generated using TypeDoc