<#forum_lastthreads>

This function returns an array of objects of type TWinRE_forum_lastthreads_item. It has an alias named forum_lastthreads.create.

Result of this function is applicable to display the list of the recently updated forum topics somewhere on the web-site. By default this function provides 10 last updated topics and at the moment this option is not configurable. We show this list on the main page.

Available methods

A given array has two public properties that are common for array-like objects.

Name Returning type Description
count integer Total count of the returned topics.
items[...] TWinRE_forum_lastthreads_item An indexed property that use integer numbers as indexes. Provides an object of type TWinRE_forum_lastthreads_item by given index.