Difference between revisions of "AddItem"

From NexusWiki
Jump to: navigation, search
(removed spam)
 
(19 intermediate revisions by 17 users not shown)
Line 1: Line 1:
<big>'''AddItem''' ''(list, item);''</big>
+
'''AddItem'''(list, item);
 
+
Adds an object to the list. ’list’ is the identifier of the selection.
:Adds an object to the list. ’list’ is the identifier of the selection.
+
 
+
{{ScriptStructureCommands}}
+
 
+
[[Category:Script structure commands]]
+

Latest revision as of 21:23, 4 March 2013

AddItem(list, item); Adds an object to the list. ’list’ is the identifier of the selection.