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

Description

Documentation Comment

Register the akForm 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

FormakForm

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


Examples

Auto-Generated Example

Form myForm__akForm
string myString__FilePath

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