$plugins » History » Version 1
Per Amundsen, 12/31/2019 03:03 AM
| 1 | 1 | Per Amundsen | _Added in 3.8_ |
|---|---|---|---|
| 2 | |||
| 3 | *$plugins(N)* |
||
| 4 | |||
| 5 | Returns information about running plugins. |
||
| 6 | |||
| 7 | *Parameters* |
||
| 8 | |||
| 9 | N - If N = 0, number of running plugins, otherwise the Nth plugin. |
||
| 10 | |||
| 11 | *Properties* |
||
| 12 | |||
| 13 | .name - Returns the plugin name. |
||
| 14 | .author - Returns the plugin author. |
||
| 15 | .desc = Returns the plugin description. |
||
| 16 | .email = Returns the plugin author email. |
||
| 17 | .version = Returns the plugin version. |