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