SES Lexicon

by Solistra

The SES Lexicon browsing its own source code.

Summary

This script provides information and browsing capabilities for all of the RGSS3 scripts that are present in the RPG Maker VX Ace Script Editor. Script source code may be browsed and paginated in-game with the use of a REPL (such as the SES Console) or using script calls.

Detailed usage information is available from the source repository where the script is stored.

Features

  • Browse game source code while the game is running.
  • Paginate output, allowing large scripts to be browsed.
  • Easily discover which scripts define or redefine classes and modules.
  • Search for scripts by partial name with strings or regular expressions.

Script

This script is available from the SES source repository. The specific file to download is ‘lib/lexicon.rb’.

Installation

Place this script below Materials, but above Main. Place this script below the SES Core (v2.0) script if you are using it.

License

This script is made available under the terms of the MIT Expat license.