Difference between revisions of "GetInstalledPlugins - Game"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added f4se member)
 
Line 14: Line 14:


== Return Value ==
== Return Value ==
*Placeholder Description.
<source lang="papyrus">
Struct PluginInfo
int index
string name
string author
string description
EndStruct
</source>


== Examples ==
== Examples ==

Revision as of 14:57, 29 March 2024

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.3.1 or higher.

Placeholder Description.

Syntax

PluginInfo[] Function GetInstalledPlugins() Native Global

Parameters

  • None

Return Value

Struct PluginInfo
	int index
	string name
	string author
	string description
EndStruct

Examples

; Placeholder Code.

See Also