Wiki

Clone wiki

Fairlight / Scripting / GameConsole

Scripting

Fairlight uses a scripting language based on MiniC.

GameConsole

Fairlight provides a simple game console for you, you can use during development (just register the component). The console has a command history and uses a FairlightVM, so feel free to write simple scripts live during application runtime.

You can also export your own commands to the FairlightVM. Check out the Gameconsole-Example.

Updated