Method | Description | |
---|---|---|
Free ( ) : void |
Frees up resources.
|
|
LoadScripts ( bool reload = false ) : void |
Loads the Lua scripts.
|
|
LuaEngine ( string scriptsPath ) : System |
Creates a new instance of
|
public LoadScripts ( bool reload = false ) : void | ||
reload | bool | Is it a reload or not. |
return | void |
public LuaEngine ( string scriptsPath ) : System | ||
scriptsPath | string | The directory where the Lua scripts are located. |
return | System |