Issues a destroy entity command to the passed client id or array of ids. If no id is passed it will issue the command to all connected clients. If using streamMode(1) this method is called automatically.
streamDestroy (*clientId)
*clientIdThe id or array of ids to send the command to.
Returns Boolean
Send a destroy command for this entity to all clients
entity.streamDestroy();
Send a destroy command for this entity to an array of client ids