-
Notifications
You must be signed in to change notification settings - Fork 0
Home
OliverF edited this page Jun 12, 2014
·
5 revisions
Welcome to the RSAS documentation wiki.
Plugins are written in Lua.
TODO: Explain creation and loading workflow of plugins
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 |