GetInstalledLightPlugins - Game

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
This article has been flagged as incomplete.
Please help improve the wiki by learning how to contribute.

F4SE Member of: Game Script
Requires F4SE version 0.5.0 or higher.

Placeholder Description.

Syntax

PluginInfo[] Function GetInstalledLightPlugins() Native Global

Parameters

  • None

Return Value

  • struct Game:PluginInfo
  • members:
    • int index
    • string name
    • string author
    • string description

Examples

; Placeholder Code.

See Also