Json CommonEvents.json - hikipuro/rpgmakermv_ref GitHub Wiki
CommonEvents.json の構造
- データベースのコモンイベントのデータ
- data/CommonEvents.json に配置されている
- インデックス 0 の項目は null (1 から始まる)
[
null,
{
"id": 1,
"list": [
{
"code": 0,
"indent": 0,
"parameters": []
},
.
.
.
],
"name": "",
"switchId": 1,
"trigger": 0
},
.
.
.
]
項目 | 型 | 説明 |
---|---|---|
id | number | コモンイベントのID |
list | Array.<object> | |
name | string | |
switchId | number | |
trigger | number |