Takaro - v0.4.9
    Preparing search index...

    Interface RustConnectionInfo

    RustConnectionInfo

    interface RustConnectionInfo {
        host: string;
        rconPassword: string;
        rconPort: number;
        useTls: boolean;
    }
    Index

    Properties

    host: string

    RustConnectionInfo

    rconPassword: string

    RustConnectionInfo

    rconPort: number

    RustConnectionInfo

    useTls: boolean

    RustConnectionInfo