Any idea of where I can find a list of the different options like USERNAME, What are the others or how would I figure out what I can get from the environment?
var username
if OS.has_environment("USERNAME"):
username = OS.get_environment("USERNAME")
else:
username = "Player"