Avail Object Field Helper
fun AvailObjectFieldHelper( parentObject: A_BasicObject?, slot: AbstractSlotsEnum, subscript: Int, value: Any?, slotName: String = slot.fieldName, forcedName: String? = null, forcedChildren: Array<*>? = null)
Content copied to clipboard
Parameters
parent Object
The object containing the value.
slot
The slot in which the value occurs.
subscript
The optional subscript for a repeating slot. Uses -1 to indicate this is not a repeating slot.
value
The value being presented in that slot.
slot Name
The optional overridden name of the slot to be presented.
forced Name
When set to non-null, forces this exact name to be presented, regardless of the value.
forced Children
When set to non-null, forces the given Array to be presented as the children of this node in the debugger.