pluginResourceUtil(string $pluginName, string $outputFile)
なし
| 変数名 | 変数型 | 説明 |
|---|---|---|
| $pluginName | string | 固有のプラグイン名です(loadPlugin に渡されるとおり)。 |
| $filename | string | 出力変換のためのファイル名です(または "")。 |
// Extract localizable resources for the plugin "myPlugin"
// and store them in the file "myPlugin.pres.mel"
//
pluginResourceUtil("myPlugin", "myPlugin.pres.mel")
// Show all localizable resources for the plugin "myPlugin"
// but do not redirect the output to a file.
//
pluginResourceUtil("myPlugin", "")