Player.kick

Disconnects the player from the server (from both the node and the hub). The reason can be a Translation.

  1. void disconnect(Translation reason)
  2. void disconnect(string reason)
  3. alias kick = typeof(this).disconnect
    class Player
    alias kick = typeof(this).disconnect

Meta