Script API - v1.21.90.26
    Preparing search index...

    Interface TransferPlayerIpPortOptions

    Options when transferring a player to a server that supports direct host/port connections.

    interface TransferPlayerIpPortOptions {
        hostname: string;
        port: number;
    }
    Index

    Properties

    Properties

    hostname: string

    Hostname of the destination server.

    port: number

    Port of the destination server.