AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.config
/
SettingValue
Setting
Value
fun
SettingValue
(
value
:
Byte
)
:
SettingValue.ValByte
(
source
)
fun
SettingValue
(
value
:
Short
)
:
SettingValue.ValShort
(
source
)
fun
SettingValue
(
value
:
Int
)
:
SettingValue.ValInt
(
source
)
fun
SettingValue
(
value
:
Long
)
:
SettingValue.ValLong
(
source
)
fun
SettingValue
(
value
:
Float
)
:
SettingValue.ValFloat
(
source
)
fun
SettingValue
(
value
:
Double
)
:
SettingValue.ValDouble
(
source
)
fun
SettingValue
(
value
:
Boolean
)
:
SettingValue.ValBoolean
(
source
)
fun
SettingValue
(
value
:
Char
)
:
SettingValue.ValChar
(
source
)
fun
SettingValue
(
value
:
String
)
:
SettingValue.ValString
(
source
)