تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی."],[[["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"]]