Next: , Previous: The Assert attribute, Up: Code attributes


7.5.4 Set Attribute

The Set method attribute represent the set instructions to modify ghost fields.

     Set_attribute {
       u2 attribute_name_index;
       u4 attribute_length;
       u2 sets_count;
       {
         u2 point_pc;
         u2 order;
         expression e1;
         expression e2;
       } sets[sets_count];
     }

[alx: this corresponds to Set_attribute in D3.1, some names are changed]