UncivGameParameters

class UncivGameParameters(version: String, crashReportSender: CrashReportSender?, cancelDiscordEvent: () -> Unit?, fontImplementation: NativeFontImplementation?, consoleMode: Boolean, customSaveLocationHelper: CustomSaveLocationHelper?, limitOrientationsHelper: LimitOrientationsHelper?, runScriptAndExit: Triple<ScriptingBackendType, String, (ExecResult) -> Unit?>?)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

cancelDiscordEvent
Link copied to clipboard
val cancelDiscordEvent: () -> Unit? = null
consoleMode
Link copied to clipboard
val consoleMode: Boolean = false
crashReportSender
Link copied to clipboard
val crashReportSender: CrashReportSender? = null
customSaveLocationHelper
Link copied to clipboard
val customSaveLocationHelper: CustomSaveLocationHelper? = null
fontImplementation
Link copied to clipboard
val fontImplementation: NativeFontImplementation? = null
limitOrientationsHelper
Link copied to clipboard
val limitOrientationsHelper: LimitOrientationsHelper? = null
runScriptAndExit
Link copied to clipboard
val runScriptAndExit: Triple<ScriptingBackendType, String, (ExecResult) -> Unit?>? = null
version
Link copied to clipboard
val version: String

Sources

jvm source
Link copied to clipboard