Long name (short name) |
Argument types |
Properties |
|
-destinationFromSource(-dfs)
|
|
|
|
If the specified plug (or its ancestor) is a source, this flag returns
the list of destinations connected from the source. (array of strings,
empty array if none)
|
|
-getExactDestination(-ged)
|
|
|
|
If the plug or its ancestor is connection destination, this returns the
name of the plug that is the exact destination. (empty string if there
is no such connection).
|
|
-getExactSource(-ges)
|
|
|
|
If the plug or its ancestor is a connection source, this returns the
name of the plug that is the exact source. (empty string if there is
no such connection).
|
|
-getLockedAncestor(-gla)
|
|
|
|
If the specified plug is locked, its name is returned. If an
ancestor of the plug is locked, its name is returned. If more
than one ancestor is locked, only the name of the closest one
is returned. If neither this plug nor any ancestors are locked,
an empty string is returned.
|
|
-isDestination(-id)
|
|
|
|
Returns true if the plug (or its ancestor) is the destination
of a connection, false otherwise.
|
|
-isExactDestination(-ied)
|
|
|
|
Returns true if the plug is the exact destination of a connection,
false otherwise.
|
|
-isExactSource(-ies)
|
|
|
|
Returns true if the plug is the exact source of a connection,
false otherwise.
|
|
-isLocked(-il)
|
|
|
|
Returns true if this plug (or its ancestor) is locked
|
|
-isSource(-is)
|
|
|
|
Returns true if the plug (or its ancestor) is the source of a
connection, false otherwise.
|
|
-sourceFromDestination(-sfd)
|
|
|
|
If the specified plug (or its ancestor) is a destination, this flag returns
the source of the connection. (string, empty if none)
|
|