Background for Fallout 4
Member of the Game script
string[]functionGetPluginDependencies(stringplugin)NativeGlobal

Description

Documentation Comment

Returns the mod dependencies of the specified plugin


Caveats


Parameters

stringplugin

CK Wiki Description

Placeholder Description.


Examples

; Placeholder Code.

Auto-Generated Example

string myString__plugin

string[] returnedValue = Game.GetPluginDependencies(myString__plugin)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.