GotoNextStateBehaviors
A collection of goto next state behaviors.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
GotoNextStateBehavior [] (index:Number)
Returns the GotoNextStateBehavior with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
GotoNextStateBehavior add (withProperties:Object)
Creates a new GotoNextStateBehavior.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new GotoNextStateBehavior (Optional) |
GotoNextStateBehavior anyItem ()
Returns any GotoNextStateBehavior in the collection.
Number count ()
Displays the number of elements in the GotoNextStateBehavior.
GotoNextStateBehavior everyItem ()
Returns every GotoNextStateBehavior in the collection.
GotoNextStateBehavior firstItem ()
Returns the first GotoNextStateBehavior in the collection.
GotoNextStateBehavior item (index:Varies LongInteger String)
Returns the GotoNextStateBehavior with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
GotoNextStateBehavior itemByID (id:Number)
Returns the GotoNextStateBehavior with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
GotoNextStateBehavior itemByName (name:String)
Returns the GotoNextStateBehavior with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
GotoNextStateBehavior itemByRange (from:Varies GotoNextStateBehavior LongInteger String, to:Varies GotoNextStateBehavior LongInteger String)
Returns the GotoNextStateBehaviors within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The GotoNextStateBehavior, index, or name at the beginning of the range. Can accept: GotoNextStateBehavior, Long Integer or String. |
to |
LongInteger |
The GotoNextStateBehavior, index, or name at the end of the range. Can accept: GotoNextStateBehavior, Long Integer or String. |
GotoNextStateBehavior lastItem ()
Returns the last GotoNextStateBehavior in the collection.
GotoNextStateBehavior middleItem ()
Returns the middle GotoNextStateBehavior in the collection.
GotoNextStateBehavior nextItem (obj:GotoNextStateBehavior)
Returns the GotoNextStateBehavior whose index follows the specified GotoNextStateBehavior in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The GotoNextStateBehavior whose index comes before the desired GotoNextStateBehavior. |
GotoNextStateBehavior previousItem (obj:GotoNextStateBehavior)
Returns the GotoNextStateBehavior with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the GotoNextStateBehavior that follows the desired GotoNextStateBehavior. |
String toSource ()
Generates a string which, if executed, will return the GotoNextStateBehavior.
Object of
Button.gotoNextStateBehaviors