GotoStateBehaviors
A collection of goto state behaviors.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the GotoStateBehavior.
GotoStateBehavior add( Object withProperties )
Creates a new GotoStateBehavior.
Parameters
GotoStateBehavior item( Mixed index )
Returns the GotoStateBehavior with the specified index or name.
Parameters
GotoStateBehavior itemByName( String name )
Returns the GotoStateBehavior with the specified name.
Parameters
GotoStateBehavior itemByID( Number id )
Returns the GotoStateBehavior with the specified ID.
Parameters
GotoStateBehavior itemByRange( Mixed from, Mixed to )
Returns the GotoStateBehaviors within the specified range.
Parameters
GotoStateBehavior firstItem()
Returns the first GotoStateBehavior in the collection.
GotoStateBehavior lastItem()
Returns the last GotoStateBehavior in the collection.
GotoStateBehavior middleItem()
Returns the middle GotoStateBehavior in the collection.
GotoStateBehavior previousItem( GotoStateBehavior obj )
Returns the GotoStateBehavior with the index previous to the specified index.
Parameters
GotoStateBehavior nextItem( GotoStateBehavior obj )
Returns the GotoStateBehavior whose index follows the specified GotoStateBehavior in the collection.
Parameters
GotoStateBehavior anyItem()
Returns any GotoStateBehavior in the collection.
GotoStateBehavior everyItem()
Returns every GotoStateBehavior in the collection.
String toSource()
Generates a string which, if executed, will return the GotoStateBehavior.
GotoStateBehavior []( Number index )
Returns the GotoStateBehavior with the specified index.