Go to: Synopsis. Return value. MEL examples.
string plugNode(string $plug)
None
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 //