[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2023-12-02 (UTC)"],[[["The `PlayerDataChangedEvent` class provides information about changes to player data, including the type of change, field affected, and new value."],["It is constructed with the event type, field name, and new field value."],["The event includes properties for accessing the changed field name (`field`), event type (`type`), and new field value (`value`)."]]],["The `PlayerDataChangedEvent` class signals changes in player data, providing details about the modification. This event is initiated using the `PlayerDataChangedEvent` constructor, which takes the event type, the modified field's name, and the new value as parameters. The class properties describe the `field` that was altered, the `type` of the event, and the new `value` assigned to the field. All of those attributes are then accessible through the corresponding properties.\n"]]