FCMNoteEntryCell

Summary of modifications:

  • Attach collection to child object before returning

Functions

GetItemAt

fcmnoteentrycell.GetItemAt(self, index)

View source

[Override]

Override Changes:

  • Registers this collection as the parent of the item before returning it. This allows the item to be used outside of a mixin.eachentry loop.
Input Type Description
self FCMNoteEntryCell
index number
Return type Description
FCMNoteEntry | nil