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