Go to: Synopsis. Return value. MEL examples.
string plugNode(string $plug)
| Variable Name | Variable type | Description |
|---|---|---|
| $plug | string | The plug name from which to extract the node name portion. |
// Find the node name portion of checker1.color1 plugNode "checker1.color1"; // Result: checker1 //