FirstItem (GenericNamedArraylist property)
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 variable or value of the same type as specified on the anyNal declaration to be assigned to the specified anyNal item. |