FirstItem (GenericNamedArraylist property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 18: Line 18:
==Examples==
==Examples==
==See also==
==See also==
The <var>[[LastItem (GenericNamedArraylist property)|LastItem]]</var> property is the last item in the collection.
{{Template:GenericNamedArraylist:FirstItem footer}}
{{Template:GenericNamedArraylist:FirstItem footer}}

Revision as of 21:55, 26 February 2013

Return or set first item (FloatNamedArraylist, NamedArraylist, and UnicodeNamedArraylist classes)

[Introduced in Sirius Mods 8.1]


Syntax

%currentItem = anyNal:FirstItem anyNal:FirstItem = newItem

Syntax terms

%currentItem A variable of the same type as specified on the anyNal declaration to contain the value of the specified anyNal item.
anyNal A FloatNamedArraylist, NamedArraylist, or UnicodeNamedArraylist object.
newItem A value of the same type as specified on the anyNal declaration to be assigned to the specified anyNal item.

Usage notes

FirstItem is the same as the ItemByNumber property with a number argument of 1.

Examples

See also

The LastItem property is the last item in the collection.