Background for Skyrim SE
Member of the SPE_Interface script
boolfunctionOpenCustomMenu(stringasFilePath)NativeGlobal

Description

Documentation Comment

Open/close a custom menu under the given filepath
The difference between this menu and the one provided by SKSE is that this one will not pause the game while open


Caveats


Parameters

stringasFilePath


Examples

Auto-Generated Example

string myString__asFilePath

bool returnedValue = SPE_Interface.OpenCustomMenu(myString__asFilePath)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.