getPluginResource(string $pluginName, string $lookUpKey)
なし
| 変数名 | 変数型 | 説明 |
|---|---|---|
| $pluginName | string | 固有のプラグイン名です。 |
| $lookUpKey | string | この文字列リソースの固有のキーです。 |
// Query the value of a menu item's label and use it
// to set the string.
// The plugin name is "myPlugin" and the resource name
// is "showBBoxLabel"
//
string $mLabel = getPluginResource("myPlugin", "showBBoxLabel");
menuItem -l $mLabel;