ActCollection
ActCollection class
Act collection.
Methods
| Name | Description |
|---|---|
| add() | Add the Act object in the collection. |
| clear() | |
| get() | |
| getAct(ID) | Gets the element at the specified ID. |
| getCount() | |
| iterator() | Reserved for internal use. |
| remove() | Remove the Act object from the collection. |
| removeAt() |
add()
Add the Act object in the collection.
Returns: Number — Number
clear()
get()
getAct(ID)
Gets the element at the specified ID.
| Parameter | Type | Description |
|---|---|---|
| ID | Number |
Returns: Act — Act
getCount()
iterator()
Reserved for internal use.
remove()
Remove the Act object from the collection.