setAtomProperty

fun A_Atom.setAtomProperty(key: A_Atom, value: A_BasicObject)

Set the specified property of this atom to the specified value. Normal atoms have properties that can be set and read in this way, but specifically not enumerated by Avail code. You can see anything that you know how to look for, but everything else is thereby encapsulated.

Parameters

key

The property key to affect, an atom.

value

The value to associate with that property key within the receiver. If it's nil, remove the property.