PropCollection

PropCollection class

Prop collection.

Methods

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

ParameterTypeDescription
IDNumber

Returns: Prop — Prop

getProp(name)

Gets the element at the specified name.

ParameterTypeDescription
nameString

Returns: Prop — Prop

iterator()

Reserved for internal use.

remove()

Remove the Prop object from the collection.

removeAt()