InstancesGotoNextStateBehavior [] (index:
number)
Returns the GotoNextStateBehavior with the specified index.
Parameter | Type | Description |
index | number | The index. |
GotoNextStateBehavior add ([withProperties:
Object])
Creates a new GotoNextStateBehavior.
Parameter | Type | Description |
withProperties | Object | 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.
Array of GotoNextStateBehavior everyItem ()
Returns every GotoNextStateBehavior in the collection.
GotoNextStateBehavior firstItem ()
Returns the first GotoNextStateBehavior in the collection.
GotoNextStateBehavior item (index:
varies)
Returns the GotoNextStateBehavior with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | 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 | number | The ID. |
GotoNextStateBehavior itemByName (name:
string)
Returns the GotoNextStateBehavior with the specified name.
Parameter | Type | Description |
name | string | The name. |
Array of GotoNextStateBehavior itemByRange (from:
varies, to:
varies)
Returns the GotoNextStateBehaviors within the specified range.
Parameter | Type | Description |
from | GotoNextStateBehavior Long Integer String | The GotoNextStateBehavior, index, or name at the beginning of the range. Can accept: GotoNextStateBehavior, Long Integer or String. |
to | GotoNextStateBehavior Long Integer String | 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 | GotoNextStateBehavior | 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 | GotoNextStateBehavior | The index of the GotoNextStateBehavior that follows the desired GotoNextStateBehavior. |
string toSource ()
Generates a string which, if executed, will return the GotoNextStateBehavior.
|