LastItem (GenericNamedArraylist property): Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Template:GenericNamedArraylist:LastItem subtitle}} ==Syntax== {{Template:GenericNamedArraylist:LastItem syntax}} ===Syntax terms=== <table class="syntaxTable"> <tr><th>%cu...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:GenericNamedArraylist:LastItem subtitle}} | {{Template:GenericNamedArraylist:LastItem subtitle}} | ||
<var>LastItem</var> is a ReadWrite property that returns or sets the last item in the <var>FloatNamedArraylist</var>, <var>NamedArraylist</var>, or <var>UnicodeNamedArraylist</var>. | |||
==Syntax== | ==Syntax== |
Latest revision as of 20:21, 11 July 2014
Return or set last item (FloatNamedArraylist, NamedArraylist, and UnicodeNamedArraylist classes)
[Introduced in Sirius Mods 8.1]
LastItem is a ReadWrite property that returns or sets the last item in the FloatNamedArraylist, NamedArraylist, or UnicodeNamedArraylist.
Syntax
%currentItem = anyNal:LastItem anyNal:LastItem = 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. |