Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionRegisterActiveMagicEffectForMenusFromFile(ActiveMagicEffectakActiveMagicEffect, stringFilePath="ata/interface/DbMiscFunctions/DbMenus.txt")Global

Description

Documentation Comment

Register the ActiveMagicEffect for all menus found in File specified by FilePath.
Events in the file should be separated by new line.
Requires SKSE and PapyrusUtil


Caveats


Parameters

ActiveMagicEffectakActiveMagicEffect

stringFilePath="ata/interface/DbMiscFunctions/DbMenus.txt"


Examples

Auto-Generated Example

ActiveMagicEffect myActiveMagicEffect__akActiveMagicEffect
string myString__FilePath

DbMiscFunctions.RegisterActiveMagicEffectForMenusFromFile(myActiveMagicEffect__akActiveMagicEffect, myString__FilePath)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.