Lua API
On this page

Game_Join_C2S

Inherits from

Joins a chess game

Fields:

GameId number

ID of the game the player is joining

Team number

Which team the player is joining as

Methods:

GetPropertyKeys() : string[]

Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts

Returns:string[]

ToString() : string

Returns a string that represents the current object.

Returns:string