Launcher

Undocumented in source.

Members

Functions

addServer
void addServer(ServerInfo server)
Undocumented in source. Be warned that the author may not have intended to support it.
anyProcessesRunning
bool anyProcessesRunning()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(ServerInfo* server, PluginPack* pack)
Undocumented in source. Be warned that the author may not have intended to support it.
createJob
Job* createJob(JobParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
createSave
size_t createSave(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteSave
void deleteSave(size_t saveIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
onClientClose
void onClientClose()
Undocumented in source. Be warned that the author may not have intended to support it.
onServerClose
void onServerClose()
Undocumented in source. Be warned that the author may not have intended to support it.
readPluginPacks
void readPluginPacks()
Undocumented in source. Be warned that the author may not have intended to support it.
readPlugins
void readPlugins()
Undocumented in source. Be warned that the author may not have intended to support it.
readSaves
void readSaves()
Undocumented in source. Be warned that the author may not have intended to support it.
readServers
void readServers()
Undocumented in source. Be warned that the author may not have intended to support it.
refresh
void refresh()
Undocumented in source. Be warned that the author may not have intended to support it.
refreshSaves
void refreshSaves()
Undocumented in source. Be warned that the author may not have intended to support it.
removeServer
void removeServer(size_t serverIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
saveServers
void saveServers()
Undocumented in source. Be warned that the author may not have intended to support it.
setRootPath
void setRootPath(string pluginFolder, string pluginPackFolder, string toolFolder)
Undocumented in source. Be warned that the author may not have intended to support it.
startCombined
Job* startCombined(PluginPack* pack, SaveInfo* save)
Undocumented in source. Be warned that the author may not have intended to support it.
startJob
void startJob(Job* job)
Undocumented in source. Be warned that the author may not have intended to support it.
startServer
Job* startServer(PluginPack* pack, SaveInfo* save)
Undocumented in source. Be warned that the author may not have intended to support it.
stopProcesses
size_t stopProcesses()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

restartJobState
void restartJobState(Job* job)
Undocumented in source. Be warned that the author may not have intended to support it.
updateJobType
void updateJobType(Job* job)
Undocumented in source. Be warned that the author may not have intended to support it.
updateTitle
void updateTitle(Job* job)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

appLog
LineBuffer appLog;
Undocumented in source.
clientProcess
Job* clientProcess;
Undocumented in source.
jobs
Job*[] jobs;
Undocumented in source.
numRunningJobs
size_t numRunningJobs;
Undocumented in source.
pluginFolderPath
string pluginFolderPath;
Undocumented in source.
pluginPackFolderPath
string pluginPackFolderPath;
Undocumented in source.
pluginPacks
PluginPack*[] pluginPacks;
Undocumented in source.
plugins
PluginInfo*[] plugins;
Undocumented in source.
pluginsById
PluginInfo*[string] pluginsById;
Undocumented in source.
pluginsPacksById
PluginPack*[string] pluginsPacksById;
Undocumented in source.
saves
SaveInfo*[] saves;
Undocumented in source.
serverProcess
Job* serverProcess;
Undocumented in source.
servers
ServerInfo*[] servers;
Undocumented in source.
worldDb
WorldDb worldDb;
Undocumented in source.

Meta