native
get_plugin
Syntax
native get_plugin(index,filename[]="",len1=0,name[]="",len2=0,version[]="",len3=0,author[]="",len4=0,status[]="",len5=0,...);
Description
Gets info about plugin by given index.
Function returns -1 if plugin doesn't exist with given index.
Note: the [...] portion should not be used, and is only for backward compatibility.
Use index of -1 to use the calling plugin's ID.