tes3iteratorNode⚓︎
A node from a collection, which has a link to the previous and next node, as well as its contained data.
Properties⚓︎
data
⚓︎
Read-only. The data stored in the node. Its type depends on the specific collection.
head
⚓︎
Read-only. The previous node in the collection.
Returns:
result
(tes3iteratorNode)
tail
⚓︎
Read-only. The next node in the collection.
Returns:
result
(tes3iteratorNode)