Difference between revisions of "GetInstalledLightPlugins - Game"

Jump to navigation Jump to search
no edit summary
Line 22: Line 22:


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

edits

Navigation menu