⚙️Exports
Server
GetMatch
-- { id, status, seats = { white, black }, turn, bet = { white, black }, winner, reason }
-- seats: a server id (number) | 'AI' | false. turn: 'w' | 'b' | nil. status: idle | waiting | playing | over.
local match = exports['var_chess']:GetMatch(1)GetPlayerMatch
-- { tableId, color = 'white' | 'black', status }
local seat = exports['var_chess']:GetPlayerMatch(source)IsPlayerInGame
GetActiveMatches
StartAIGame
ForceEndMatch
Client
IsSeated
IsInGame
GetCurrentTable
GetColor
OpenLobby
Last updated