#include <st-menu.h>
|
| static void | CloseMenu (const RE::BSFixedString &a_menuName) |
| | Closes the specified menu.
|
| static bool | IsAnyOfMenuOpen (const std::vector< std::string > &a_menuNames) |
| | Check if any menu from a vector with menu names is open.
|
◆ CloseMenu()
| void StyyxUtil::MenuUtil::CloseMenu |
( |
const RE::BSFixedString & | a_menuName | ) |
|
|
inlinestatic |
Closes the specified menu.
- Parameters
-
| a_menuName | The name of the menu to close |
◆ IsAnyOfMenuOpen()
| bool StyyxUtil::MenuUtil::IsAnyOfMenuOpen |
( |
const std::vector< std::string > & | a_menuNames | ) |
|
|
inlinestaticnodiscard |
Check if any menu from a vector with menu names is open.
- Parameters
-
| a_menuNames | vector of menu names to check |
- Returns
- true if any menu from the vector is open (on the menu stack)
The documentation for this struct was generated from the following file: