Logo FSBarV1_Archived

SeatKind Type

A seat is either an AI entry (with a configurable options map) or a human entry (just a player name — v1 does not drive real human connections, but the data model leaves room).

Union cases

Union case Description

AiSeat(aiName, options)

Full Usage: AiSeat(aiName, options)

Parameters:
    aiName : string
    options : Map<string, string>

aiName : string
options : Map<string, string>

HumanSeat playerName

Full Usage: HumanSeat playerName

Parameters:
    playerName : string

playerName : string

Instance members

Instance member Description

this.IsAiSeat

Full Usage: this.IsAiSeat

Returns: bool
Returns: bool

this.IsHumanSeat

Full Usage: this.IsHumanSeat

Returns: bool
Returns: bool

Type something to start searching.