BaseServerSideTable.clientSideTables

Every server table has a collection of the linked client side tables. The key element is the identifier of the client, so that the collection can be kept clean when a client connect/disconnects.

class BaseServerSideTable(ClientT)
ClientSideTable!(ClientT)*[string] clientSideTables;

Meta