- Found in:
- Dylbills PE
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)