RPG Maker RGSS
Gem containing the built-in classes and modules provided by RGSS used by RPG Maker. This version of the gem focuses on RGSS3, which is used by RPG Maker VX (Ace). The purpose of this gem is provide documentation and code completion reference for external IDEs. All credit and ownership for the original code goes to Enterbrain - the creators of RPG Maker.
NOTE: This gem does not implement any of the RPG Maker or RGSS functionality. It is purely for reference usage only. Attempting to call any method defined by this gem will raise an error.
Installation
Add this line to your application's Gemfile:
gem 'rpg-maker-rgss'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rpg-maker-rgss
Contributing
-
Fork it ( github.com/bluepixelmike/rpg-maker-rgss3/fork )
-
Create your feature branch (
git checkout -b my-new-feature
) -
Commit your changes (
git commit -am 'Add some feature'
) -
Push to the branch (
git push origin my-new-feature
) -
Create a new Pull Request