Skip to content
IllustrisJack edited this page Apr 24, 2023 · 6 revisions
Filename: App.lua
Path: "./script/Config/App.lua"

Properties

Name Type Description
org string Organization name
app string App name
gameTitle string Game title
gameVersion string Game version
userInitFilename string Local user settings file
timeToResetToSplashscreen number Idle time in seconds to reset to splashscreen in main menu
render AppRenderSettings Render settings of the app
audio AppAudioSettings Audio settings of the app
paths AppPathSettings Path settings of the app
debug AppDebugSettings Debug settings of the app
gen GameGeneratorSettings Procedural generator settings
econ GameEconomySettings Economy settings
ui GameUISettings User interface settings

Methods

Method Returns Description
getGameMode() GameModeEnum Gets the current gamemode
setGameMode(gamemode: GameModeEnum void Sets the current gamemode
Clone this wiki locally