C4 Engine
C4 Engine API Documentation

TableWidget::GetLastTableItem

Defined in:  C4Widgets.h
Returns the last item in a table.
Prototype

Widget *GetLastTableItem(voidconst;

Description
The GetLastTableItem function returns a pointer to the last item in a table. If the table is empty, then the return value is nullptr. The remaining items in a table can be iterated by calling the Tree::GetPreviousSubnode function for the returned widget.
See Also

TableWidget::GetFirstTableItem

TableWidget::GetTableItem

TableWidget::GetTableItemCount