Skip to content

Script Interface

marksamman edited this page Sep 13, 2014 · 4 revisions

The scripting interface in The Forgotten Server is supported by the Lua programming language. You can customize the server with scripts for the following interfaces:

Global

Metatables

Lua does not have a class system. However, it is possible to emulate a similar system in Lua, called Metatables.

The script interface provides the following metatables:

Clone this wiki locally