LastItemName (FloatNamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
This page is [[under construction]]. | This page is [[under construction]]. | ||
==Syntax== | ==Syntax== | ||
{{Template:FloatNamedArraylist:LastItemName syntax}} | {{Template:FloatNamedArraylist:LastItemName syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%subscript</th><td>number</td></tr> | <tr><th>%subscript</th><td>A numeric variable to receive the number (subscript) of the list's last item.</td></tr> | ||
<tr><th>fltNal</th> | <tr><th>fltNal</th> | ||
<td>FloatNamedArraylist object</td></tr> | <td>The <var>FloatNamedArraylist</var> method object.</td></tr> | ||
</table> | </table> | ||
==See also== | ==See also== | ||
{{Template:FloatNamedArraylist:LastItemName footer}} | {{Template:FloatNamedArraylist:LastItemName footer}} |
Latest revision as of 22:11, 11 July 2014
Name of last item (FloatNamedArraylist class)
[Introduced in Sirius Mods 8.1]
This page is under construction.
Syntax
%subscript = fltNal:LastItemName
Syntax terms
%subscript | A numeric variable to receive the number (subscript) of the list's last item. |
---|---|
fltNal | The FloatNamedArraylist method object. |