ActCollection
ActCollection class
Act collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Act |
Methods
| Name | Description |
|---|---|
| add | Add the Act object in the collection. |
| remove | Remove the Act object from the collection. |
| getAct | Gets the element at the specified ID. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
ActCollection.Count property
Type: int
ActCollection.Item (int) property
Type: Act
add(item)
Add the Act object in the collection.
remove(item)
Remove the Act object from the collection.
getAct(ID)
Gets the element at the specified ID.
| Parameter | Type | Description |
|---|---|---|
| ID | int |
clear()
removeAt(index)
iterator()
Reserved for internal use.