PropCollection
Contents
[
Hide
]PropCollection class
Prop collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Prop |
Methods
| Name | Description |
|---|---|
| add | Add the Prop object in the collection. |
| remove | Remove the Prop object from the collection. |
| getProp | Gets the element at the specified ID. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
PropCollection.Count property
Type: int
PropCollection.Item (int) property
Type: Prop
add(item)
Add the Prop object in the collection.
remove(item)
Remove the Prop object from the collection.
getProp(ID) (1 of 2)
Gets the element at the specified ID.
| Parameter | Type | Description |
|---|---|---|
| ID | int |
getProp(name) (2 of 2)
Gets the element at the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | String |
clear()
removeAt(index)
iterator()
Reserved for internal use.