util
parse_json
util.parse_json(string json) : JsonObject
get_hwid
util.get_hwid(string hashKey) : string
文件操作
所有文件操作的根目录为客户端的数据目录,也就是C:\Users\%USERNAME%\Styles\data
文件夹
create_file
util.create_file(string name)
exists
util.exists(string name) : boolean
read_file
util.read_file(string name) : string
write_file
util.write_file(string name, string contents)
create_directory
util.create_directory(string name)