tes3equipmentStackIteratorNode⚓︎
A node from a collection, which has a link to the previous and next node, as well as its contained data.
Properties⚓︎
nextNode
⚓︎
The next node in the collection.
Returns:
result
(tes3equipmentStackIteratorNode)
nodeData
⚓︎
The equipment stack object stored in the node.
Returns:
result
(tes3equipmentStack)
previousNode
⚓︎
The previous node in the collection.
Returns:
result
(tes3equipmentStackIteratorNode)