LaunchConfig

data class LaunchConfig(val accountId: Int? = null, val jagexCharacterName: String? = null, val jagexCharacterId: String? = null, val jagexCharacterIdRaw: String? = null, val jagexSessionIdRaw: String? = null, val jagexCharacterNameRaw: String? = null, val legacyUsername: String? = null, val legacyPasswordRaw: String? = null, val legacyTotpRaw: String? = null, val bankPinRaw: String? = null, val scriptName: String? = null, val scriptArgs: String? = null, val proxyName: String? = null, val proxyHostRaw: String? = null, val proxyPortRaw: Int? = null, val proxyUsernameRaw: String? = null, val proxyPasswordRaw: String? = null, val heapMb: Int? = null, val clientName: String? = null, val world: Int? = null, val breakProfileName: String? = null, val minimized: Boolean? = null, val windowWidth: Int? = null, val windowHeight: Int? = null, val windowX: Int? = null, val windowY: Int? = null)

Constructors

Link copied to clipboard
constructor(accountId: Int? = null, jagexCharacterName: String? = null, jagexCharacterId: String? = null, jagexCharacterIdRaw: String? = null, jagexSessionIdRaw: String? = null, jagexCharacterNameRaw: String? = null, legacyUsername: String? = null, legacyPasswordRaw: String? = null, legacyTotpRaw: String? = null, bankPinRaw: String? = null, scriptName: String? = null, scriptArgs: String? = null, proxyName: String? = null, proxyHostRaw: String? = null, proxyPortRaw: Int? = null, proxyUsernameRaw: String? = null, proxyPasswordRaw: String? = null, heapMb: Int? = null, clientName: String? = null, world: Int? = null, breakProfileName: String? = null, minimized: Boolean? = null, windowWidth: Int? = null, windowHeight: Int? = null, windowX: Int? = null, windowY: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val heapMb: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val windowX: Int?
Link copied to clipboard
val windowY: Int?
Link copied to clipboard
val world: Int?