Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Game_Variables

The game object class for game variables.

class

Game_Variables

Hierarchy

  • Game_Variables

Index

Properties

Methods

Properties

Protected _data

_data: Array<number>

Methods

clear

  • clear(): void

onChange

  • onChange(): void

setValue

  • setValue(variableId: number, value: number): void

value

  • value(variableId: number): number

Generated using TypeDoc