ActCollection

ActCollection class

Act collection.

Methods

NameDescription
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.

ParameterTypeDescription
IDNumber

Returns: Act — Act

getCount()

iterator()

Reserved for internal use.

remove()

Remove the Act object from the collection.

removeAt()