This api is the core of the game server. It is not meant to be used directly by the UMC Designer.
The library uses the ldoc tool to allow the autogeneration of the API reference.
On a debian/ubuntu linux system:
sudo apt-get install lua-ldoc
ldoc .
The busted unit test framework can be used to run the test suite on the module.
luarocks can be used to install busted into your lua environment.
On a debian/ubuntu linux system:
sudo apt-get install luarocks
sudo luarocks install busted
sudo luarocks install moonscript
busted