Vana SDK - v2.2.2
    Preparing search index...

    Interface ServerTrustStatus

    Server trust status information

    interface ServerTrustStatus {
        serverId: number;
        isTrusted: boolean;
        trustIndex?: number;
    }
    Index

    Properties

    serverId: number

    Server ID being checked (numeric)

    isTrusted: boolean

    Whether the server is trusted by the user

    trustIndex?: number

    Index in user's trusted server list (if trusted)