sex-idol-48/DataTL/dump/common/188_SPLIT.json
2026-01-25 14:55:25 -06:00

289 lines
No EOL
6.7 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": 188,
"name": "SPLIT",
"description": "文字列内の指定コンマから次のコンマまでの文字列(要素)を返す。",
"commands": [
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"元々はEv_aout用に開発されたコモン。"
],
"index": 0
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"当時は1行4列の数字を分割する目的で開発された。かつての名は4division。その名のとおり4つまでの要素まで分割可能だったが、現在は汎用性が高まり理論上無限の要素を抽出する事に成功した"
],
"index": 1
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"受け取った文字列を一文字切り出しし、カンマを見つける。"
],
"index": 2
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"指定カンマから次のカンマor空白までの文字を取得し数値に変換"
],
"index": 3
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"その名もスピリット((コンマを目安に)分割するという意味)"
],
"index": 4
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"例)[マップ移動,10,8] の場合、要素0→0(無)/要素1→10/要素2→8"
],
"index": 5
},
{
"code": 103,
"codeStr": "Comment",
"stringArgs": [
"━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
],
"index": 6
},
{
"code": 121,
"codeStr": "SetVariable",
"intArgs": [
1600010,
0,
0,
65536,
1
],
"index": 7
},
{
"code": 122,
"codeStr": "SetString",
"stringArgs": [
""
],
"intArgs": [
1600007,
0
],
"index": 8
},
{
"code": 179,
"codeStr": "LoopTimes",
"intArgs": [
0
],
"index": 9
},
{
"code": 106,
"codeStr": "DebugMessage",
"stringArgs": [
"受取文字列確認用→\\cself[5]"
],
"index": 10
},
{
"code": 111,
"codeStr": "VariableCondition",
"intArgs": [
1,
1600010,
1600000,
2
],
"index": 14
},
{
"code": 401,
"codeStr": "ChoiceCase",
"intArgs": [
1
],
"index": 15
},
{
"code": 121,
"codeStr": "SetVariable",
"intArgs": [
1600011,
1,
0,
0
],
"index": 16
},
{
"code": 111,
"codeStr": "VariableCondition",
"intArgs": [
17,
1600011,
1,
2
],
"index": 19
},
{
"code": 401,
"codeStr": "ChoiceCase",
"intArgs": [
1
],
"index": 20
},
{
"code": 122,
"codeStr": "SetString",
"intArgs": [
1600006,
1025,
1600005
],
"index": 22
},
{
"code": 112,
"codeStr": "StringCondition",
"stringArgs": [
",",
"",
"",
""
],
"intArgs": [
18,
1600006,
1600006
],
"index": 23
},
{
"code": 401,
"codeStr": "ChoiceCase",
"intArgs": [
1
],
"index": 24
},
{
"code": 401,
"codeStr": "ChoiceCase",
"intArgs": [
2
],
"index": 27
},
{
"code": 420,
"codeStr": "ElseCase",
"intArgs": [
0
],
"index": 30
},
{
"code": 122,
"codeStr": "SetString",
"intArgs": [
1600007,
257,
1600006
],
"index": 31
},
{
"code": 420,
"codeStr": "ElseCase",
"intArgs": [
0
],
"index": 38
},
{
"code": 122,
"codeStr": "SetString",
"intArgs": [
1600006,
1025,
1600005
],
"index": 39
},
{
"code": 112,
"codeStr": "StringCondition",
"stringArgs": [
",",
"",
"",
""
],
"intArgs": [
2,
1600006,
1600005
],
"index": 40
},
{
"code": 401,
"codeStr": "ChoiceCase",
"intArgs": [
1
],
"index": 41
},
{
"code": 121,
"codeStr": "SetVariable",
"intArgs": [
1600010,
1,
0,
256
],
"index": 42
},
{
"code": 401,
"codeStr": "ChoiceCase",
"intArgs": [
2
],
"index": 44
},
{
"code": 179,
"codeStr": "LoopTimes",
"intArgs": [
0
],
"index": 45
},
{
"code": 106,
"codeStr": "DebugMessage",
"stringArgs": [
"ERROR/取得失敗(,無し疑惑)"
],
"index": 46
}
]
}