Warp
這動作(Action)會傳送到一個傳送點。
組成
一個動作(Action)基本上由兩個主要組件組成:
- 類型(type)
warp- 數據(data)
參見 WarpData
WarpData
Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
warp_point | 字串 | 是 | - | 要傳送的傳送點。 |
distance_threshold | 數字 | 否 | 0 | 距離閾值,超過閾值才能再次使用傳送點。 |
示例
[
{
"type": "warp",
"data": {
"warp_point": "WarpPoint_1",
"distance_threshold": 5
}
}
]
Last modified: 12 11月 2023