Long name (short name) |
Argument types |
Properties |
-isSource(-is) |
|
|
|
Returns true if the plug (or its ancestor) is the source of a
connection, false otherwise. |
|
-isDestination(-id) |
|
|
|
Returns true if the plug (or its ancestor) is the destination
of a connection, false otherwise. |
|
-isExactSource(-ies) |
|
|
|
Returns true if the plug is the exact source of a connection,
false otherwise. |
|
-isExactDestination(-ied) |
|
|
|
Returns true if the plug is the exact destination of a
connection, false otherwise. |
|
-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). |
|
-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). |
|
-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) |
|
-sourceFromDestination(-sfd) |
|
|
|
If the specified plug (or its ancestor) is a destination, this
flag returns the source of the connection. (string, empty if
none) |
|
-isLocked(-il) |
|
|
|
Returns true if this plug (or its ancestor) is locked |
|
-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. |
|