- Joined
- Mar 27, 2017
- Messages
- 7
- Reaction score
- 0
- First Language
- Korean
- Primarily Uses
- RMMV
My native language is Korean. Please note that my English si not perfect.
When I just want to type my own javascript, How can I know the lists of classes' name and their public methods??
Forexample, $gameVariables.setValue(1,0); is used for make variable[1] to have value 0.
I want to know more about those.
I would be grateful if you could provide me with where to find the objects' name, the public functions that can manipulate the game data.
When I just want to type my own javascript, How can I know the lists of classes' name and their public methods??
Forexample, $gameVariables.setValue(1,0); is used for make variable[1] to have value 0.
I want to know more about those.
I would be grateful if you could provide me with where to find the objects' name, the public functions that can manipulate the game data.


