Where are $game and $data objects documented?

● ARCHIVED · READ-ONLY
Started by MrReynevan2 4 posts View original ↗
  1. I'm using Visual Studio IDE and the intellisense doesn't work with these objects. Also, these don't seem to be mentioned in the Maker's F1 help file
  2. Lol, documented... your funny... :D
  3. That's the fun part, we get to test what they really are!

    (lol anyway i'm also in the process of digging through the rpg_managers and rpg_objects scripts and writing down my findings and definitions of these globals in my own text document)
  4. While it's by no means any full documentation yet, this is a start. It splits the 6 giant files by class so you can more easily look at them. The $game objects are in the rpg_objects folder. The $data objects are the ones in the data folder in your project.