Module TableRealmsTiny
Index
Classes
Functions
Functions
IsReady
IsReady(): boolean
- Defined in TableRealms.ts:22
- Used to determine whether TableRealms has initialized.
Returns boolean
TableRealmsInit
TableRealmsInit(gameName: string, readyCallback?: function): void
- Defined in TableRealms.ts:15
- Creates an instance of the TableRealms wrapper.
Parameters
gameName: string
- The name of the game. This name will display in the table realms app.
- Optional
readyCallback: function
- Optional callback for when TableRealms is ready.
(): void
- Returns void
- Returns void