Saxonberg Server API
    Preparing search index...

    Class GroupApi

    Index

    Constructors

    Methods

    • Parse a GroupRef into { source, id }. The source is the segment before the first colon; the id is everything after. Pure string parse — no registry access.

      Parameters

      • ref: string

      Returns { id: string; source: string }

    • The managed Groups that contain BOTH players — the objective circles two members share. Used by renown to scope a signal to the circles it occurred within. Empty when disconnected or no shared managed group.

      Parameters

      • playerIdA: string
      • playerIdB: string

      Returns Promise<string[]>