AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.adapter
/
CoreAPI
/
ConfigAPI
/
getEnv
get
Env
jvm
abstract
suspend
fun
getEnv
(
type
:
CoreConfig.JsonConfig.Env.Type
,
id
:
String
)
:
String
?
(
source
)
获取一个环境变量的值。
Return
环境变量的 value,找不到返回 null