@rbxts/fletchette
    Preparing search index...

    Function exactSetProperty

    • Create an ExactSetPropertyPacket, where updates are diff-based and only track membership changes. Metadata can be provided to specify how the data should be serialized.

      Type Parameters

      • T

      Parameters

      • OptionalinitialValues: Set<T>

        Initial set values to populate the property with

      • OptionalisUnreliable: boolean

        Whether the property should be unreliable. Default is false.

      • Optionalmeta: Many<
            [
                "tuple",
                [
                    payload: [
                        "object_raw",
                        (
                            | ["full", ["boolean"]]
                            | [
                                "changes",
                                [
                                    "array",
                                    ((...) extends (...) ? (...) : (...)) extends true
                                        ? [(...), (...), (...), (...)]
                                        : [(...), (...)],
                                ],
                            ]
                        )[],
                    ],
                ],
                undefined,
            ],
        >

        Metadata for the serializer

      • Optionalname: Caller<"text">
      • Optionaluuid: Caller<"uuid">

      Returns ExactSetPropertyPacket<T>