Objects SavefileInfo - hikipuro/rpgmakermv_ref GitHub Wiki
SavefileInfo
[オブジェクト一覧]
SavefileInfo の構造
{
"globalId": "RPGMV",
"title": "ゲームのタイトル",
"characters": [
["Actor1", 0]
],
"faces": [
["Actor1", 0]
],
"playtime": "00:00:09",
"timestamp": 1582522057755
}
名前 | 型 | 説明 |
---|---|---|
globalId | string | RPGMVのID |
title | string | ゲームのタイトル |
characters | Array | |
faces | Array | |
playtime | string | プレイ時間 |
timestamp | number | セーブした時間 (Date.now()) |
関連項目