SW Combine SDK
    Preparing search index...

    Interface CharacterMeForceInfo

    interface CharacterMeForceInfo {
        attributes?: { isAware?: "true" | "false"; [key: string]: unknown };
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    attributes?: { isAware?: "true" | "false"; [key: string]: unknown }