skrypton-api / com.waicool20.skrypton.jni.objects / SKryptonApp / putEnv
putEnv
fun putEnv(key: String, value: String): Unit
Puts an variable into the native environment, it is lost when the SKryptonApp is done executing.
Parameters
key
- The name of the environment variable.
value
- The value of the environment variable.