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 (includes all above)

    • 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 character events

    • ReadonlyFORCE: "character_force"

      Read character force-related information (FP, FXP, regen rate, Force Meter)

    • ReadonlyLOCATION: "character_location"

      Read location information in-game

    • ReadonlyPRIVILEGES: "character_privileges"

      Read character privileges

    • ReadonlyREAD: "character_read"

      Read basic character information (UID, handle, image, race, gender, etc.)

    • ReadonlySKILLS: "character_skills"

      Read character skills

    • ReadonlySTATS: "character_stats"

      Read character HP and XP