Adds an object to the end of the collection. Duplicates can be added to the collection.
"objectCollection_var" is a variable referencing an ObjectCollection object.
|
"objectCollection_var" is a variable referencing an ObjectCollection object.
|
Type | Description |
boolean | Returns false if the item was not added. |
Name | Type | Description |
item | Base | The item to add to the list. |