12
edits
Line 22: | Line 22: | ||
== Examples == | == Examples == | ||
get all loaded light plugins | <source lang="papyrus"> | ||
; get all loaded light plugins | |||
Game:PluginInfo[] installedLightPlugins = Game.GetInstalledLightPlugins() | Game:PluginInfo[] installedLightPlugins = Game.GetInstalledLightPlugins() | ||
</source> | |||
Note: | Note: | ||
member index will be 0xFE for every installedLightPlugins element returned. | member index will be 0xFE for every installedLightPlugins element returned. | ||
(i.e. this function does not work correctly) | |||
(i.e. this function does not work correctly) | |||
== See Also == | == See Also == |
edits