Skip to content
OliverF edited this page Jun 12, 2014 · 5 revisions

Welcome to the RSAS documentation wiki.

Plugins

Plugins are written in Lua.

Creating plugins

TODO: Explain creation and loading workflow of plugins

Plugin Frameworks

Plugin frameworks provide an interface between RSAS and Lua scripted plugins.

Framework Details
Base Set of basic generic functions for outputting to the terminal, gathering system data, etc.
Networking Provides methods to communicate between client and server
Timer Provides functionality for timed execution of events
GUI A collection of classes to facilitate creation of visual components client side

Clone this wiki locally