set
Allow subscript notation to write to a BitField.
Parameters
The BitField to overwrite within the receiver.
Allow subscript notation to write to an IntegerSlotsEnum field.
Parameters
The IntegerSlotsEnum to change within the receiver.
The Long to write to the slot.
Allow subscript notation to write to an indexed IntegerSlotsEnum field. The first subscript is the field, which must be the last declared integer field (and end with "_"), and the second is the one-based index.
Parameters
The IntegerSlotsEnum to write within the receiver.
The one-based index within the repeating field.
The Long to write.
Allow subscript notation to write to an ObjectSlotsEnum field.
Parameters
The ObjectSlotsEnum to change within the receiver.
The A_BasicObject to write to the slot.
Allow subscript notation to write to an indexed ObjectSlotsEnum field. The first subscript is the field, which must be the last declared object field (and end with "_"), and the second is the one-based index.
Parameters
The ObjectSlotsEnum to write within the receiver.
The one-based index within the repeating field.
The A_BasicObject to write.