SW Combine SDK
    Preparing search index...

    Variable CharacterScopesConst

    CharacterScopes: {
        ALL: "character_all";
        AUTH: "character_auth";
        CREDITS: "character_credits";
        CREDITS_WRITE: "character_credits_write";
        EVENTS: "character_events";
        FORCE: "character_force";
        LOCATION: "character_location";
        PRIVILEGES: "character_privileges";
        READ: "character_read";
        SKILLS: "character_skills";
        STATS: "character_stats";
    } = ...

    Character-related scopes

    Type Declaration

    • ReadonlyALL: "character_all"

      Access all character information

    • ReadonlyAUTH: "character_auth"

      Solely provides the character name and ID for use by clients who want to verify a character's identity

    • ReadonlyCREDITS: "character_credits"

      Read character credit information

    • ReadonlyCREDITS_WRITE: "character_credits_write"

      Transfer character credits

    • ReadonlyEVENTS: "character_events"

      Read the characters' events

    • ReadonlyFORCE: "character_force"

      Read character force-related information.
      If you are Force-aware, this will return Master or Student where applicable, as well as FP, FXP, regen rate, and Force Meter.

    • ReadonlyLOCATION: "character_location"

      Read your location in-game

    • ReadonlyPRIVILEGES: "character_privileges"

      Read character privileges

    • ReadonlyREAD: "character_read"

      Read basic character information.
      If your profile is private, this will return unique ID, handle, and image.
      If your profile is not private, this will also return your race, gender, last login, description, and biography.

    • ReadonlySKILLS: "character_skills"

      Read character skills

    • ReadonlySTATS: "character_stats"

      Read information about the character's HP and XP