InstancesGotoStateBehavior [] (index:
number)
Returns the GotoStateBehavior with the specified index.
Parameter | Type | Description |
index | number | The index. |
GotoStateBehavior add ([withProperties:
Object])
Creates a new GotoStateBehavior.
Parameter | Type | Description |
withProperties | Object | Initial values for properties of the new GotoStateBehavior (Optional) |
GotoStateBehavior anyItem ()
Returns any GotoStateBehavior in the collection.
number count ()
Displays the number of elements in the GotoStateBehavior.
Array of GotoStateBehavior everyItem ()
Returns every GotoStateBehavior in the collection.
GotoStateBehavior firstItem ()
Returns the first GotoStateBehavior in the collection.
GotoStateBehavior item (index:
varies)
Returns the GotoStateBehavior with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
GotoStateBehavior itemByID (id:
number)
Returns the GotoStateBehavior with the specified ID.
Parameter | Type | Description |
id | number | The ID. |
GotoStateBehavior itemByName (name:
string)
Returns the GotoStateBehavior with the specified name.
Parameter | Type | Description |
name | string | The name. |
Array of GotoStateBehavior itemByRange (from:
varies, to:
varies)
Returns the GotoStateBehaviors within the specified range.
Parameter | Type | Description |
from | GotoStateBehavior Long Integer String | The GotoStateBehavior, index, or name at the beginning of the range. Can accept: GotoStateBehavior, Long Integer or String. |
to | GotoStateBehavior Long Integer String | The GotoStateBehavior, index, or name at the end of the range. Can accept: GotoStateBehavior, Long Integer or String. |
GotoStateBehavior lastItem ()
Returns the last GotoStateBehavior in the collection.
GotoStateBehavior middleItem ()
Returns the middle GotoStateBehavior in the collection.
GotoStateBehavior nextItem (obj:
GotoStateBehavior)
Returns the GotoStateBehavior whose index follows the specified GotoStateBehavior in the collection.
Parameter | Type | Description |
obj | GotoStateBehavior | The GotoStateBehavior whose index comes before the desired GotoStateBehavior. |
GotoStateBehavior previousItem (obj:
GotoStateBehavior)
Returns the GotoStateBehavior with the index previous to the specified index.
Parameter | Type | Description |
obj | GotoStateBehavior | The index of the GotoStateBehavior that follows the desired GotoStateBehavior. |
string toSource ()
Generates a string which, if executed, will return the GotoStateBehavior.
|