PropCollection
Contents
[
Hide
]PropCollection class
Prop collection.
Methods
| Name | Description |
|---|---|
| add() | Add the Prop object in the collection. |
| clear() | |
| get() | |
| getCount() | |
| getProp(ID) | Gets the element at the specified ID. |
| getProp(name) | Gets the element at the specified name. |
| iterator() | Reserved for internal use. |
| remove() | Remove the Prop object from the collection. |
| removeAt() |
add()
Add the Prop object in the collection.
Returns: Number — Number
clear()
get()
getCount()
getProp(ID)
Gets the element at the specified ID.
| Parameter | Type | Description |
|---|---|---|
| ID | Number |
Returns: Prop — Prop
getProp(name)
Gets the element at the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | String |
Returns: Prop — Prop
iterator()
Reserved for internal use.
remove()
Remove the Prop object from the collection.