Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GamelogWinnerLoser

A shorthand object representing a player that won or lost in the game.

Hierarchy

  • GamelogWinnerLoser

Index

Properties

disconnected

disconnected: boolean

Indicates if they disconnected unexpectedly before the game was over.

id

id: string

The player's GameObject id.

index

index: number

The player's index in the game.players array.

name

name: string

The name of the player.

reason

reason: string

The reason this player won or lost.

timedOut

timedOut: boolean

Indicates if they timed out before the game was over.

Generated using TypeDoc