Project

General

Profile

$plugins » History » Version 3

Per Amundsen, 02/23/2023 07:16 PM

1 1 Per Amundsen
_Added in 3.8_
2
3
*$plugins(N)*
4
5
Returns information about running plugins.
6
7
*Parameters*
8
9 3 Per Amundsen
table(ktable).
10
|*Parameter*|*Description*|
11
| N | If N = 0, number of running plugins, otherwise the Nth plugin. |
12 1 Per Amundsen
13
*Properties*
14
15 3 Per Amundsen
table(ktable).
16
|*Property*|*Description*|
17
| .name | Returns the plugin name. |
18
| .author | Returns the plugin author. |
19
| .desc | Returns the plugin description. |
20
| .email | Returns the plugin author email. |
21
| .version | Returns the plugin version. |
22
| .fname | Returns the plugin filename. |