تاريخ التعديل الأخير: 2023-12-02 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]],["تاريخ التعديل الأخير: 2023-12-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]