Search
Preparing search index...
The search index is not available
RPGMakerMV Library
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Game_Variables
Class Game_Variables
The game object class for game variables.
class
Game_Variables
Hierarchy
Game_Variables
Index
Properties
_data
Methods
clear
on
Change
set
Value
value
Properties
Protected
_data
_data
:
Array
<
number
>
Methods
clear
clear
(
)
:
void
Returns
void
on
Change
on
Change
(
)
:
void
Returns
void
set
Value
set
Value
(
variableId
:
number
, value
:
number
)
:
void
Parameters
variableId:
number
value:
number
Returns
void
value
value
(
variableId
:
number
)
:
number
Parameters
variableId:
number
Returns
number
Globals
Game_
Variables
_data
clear
on
Change
set
Value
value
Generated using
TypeDoc
The game object class for game variables.
Game_Variables