Type Alias BroadcasterStatus

BroadcasterStatus:
    | "non-field"
    | "staying-in-spot"
    | "moving"
    | "stopping-on-ground"
    | "on-air"

放送者(プレイヤー) (Broadcaster) の状態を表します.

"non-field": マップ上に配置されていない.

"staying": ある Spot に滞在中である. (生放送はしていない)

"moving": ある Spot に向かって移動中である.

"stopping-on-ground": マップ上で待機中である.

"on-air": スポットにて生放送中