1.8
Public Member Functions | List of all members
LuaApplication Class Reference

Application instance that provides support for running LUA, including a LUA REPL. More...

Public Member Functions

int run () override
 Run the application. More...
 

Detailed Description

Application instance that provides support for running LUA, including a LUA REPL.

Member Function Documentation

◆ run()

int run ( )
override

Run the application.

This will initialize the application and start running the event loop. This function will block until the event loop is told to exit by calling quit().