Optional heartbeat, sent every x seconds when there isn't any traffic.
Returns the ref count of the entity.
The serverside id of this entity.
Type of the object.
Object usability.
Adds a sub protocol to the websocket.
Name of the protocol.
Removes the object from the world.
Gets all the listeners for the specified websocket event.
Name of the event.
Array of listener functions for that event.
Gets all added sub protocols.
Gets a value using the specified key.
The key of the value to get.
Dynamic value associated with the specified key or undefined if no data is present.
Determines whether contains the specified key.
The key of the value to locate.
True if the meta table contains any data at the specified key or False if not
Sends the specified message to the websocket server.
The message to send.
Whether sending the message was successful.
Sets the specified header to the specified value.
Header name.
Header value.
Starts the websocket connection.
Stops the websocket connection.
Retrieves the websocketclient from the pool.
The id of the websocketclient.
Entity if it was found, otherwise null.
Whether this entity was created clientside or serverside. (Clientside = false, Serverside = true).