... | ... | @@ -3167,6 +3167,8 @@ object: |
|
|
# walk_type (walk type, optional) : type of walk (related to location)
|
|
|
# possible values : WALK_TO, WALK_AWAY_FROM
|
|
|
walk_type: 'WALK_TO'
|
|
|
# display_distance (boolean, optional) : to display the remaining distance in progression
|
|
|
display_distance: true
|
|
|
```
|
|
|
|
|
|
*Here's a compact version to copy/paste it quickly.*
|
... | ... | @@ -3174,6 +3176,7 @@ object: |
|
|
object:
|
|
|
type: PLAYER_WALK
|
|
|
walk_type: 'WALK_TO'
|
|
|
display_distance: true
|
|
|
```
|
|
|
|
|
|
### PLAYER_WALK_DISTANCE
|
... | ... | |