Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Game_Switches

The game object class for game switches.

class

Game_Switches

Hierarchy

  • Game_Switches

Index

Properties

Methods

Properties

Protected _data

_data: Array<boolean>

Methods

clear

  • clear(): void

onChange

  • onChange(): void

setValue

  • setValue(switchId: number, value: boolean): void

value

  • value(switchId: number): boolean

Generated using TypeDoc