How do I define a uuid to a menu?
iWanheda opened this issue · 4 comments
iWanheda commented
Didn't find it on docs...
ThymonA commented
UUID is always random and generated dynamically. UUID should only be used as a getter and shouldn't be set manually. UUID is used to identify a specific item or menu without checking them in dept.
menuv/app/lua_components/menu.lua
Line 302 in 5888325
menuv/app/lua_components/utilities.lua
Lines 334 to 369 in 5888325
UUID is automatically handled by MenuV itself and shouldn't be done manually.
iWanheda commented
Then how do I get a specific menu if I don’t know it’s uuid
ThymonA commented
Can you write an example when you need to open an unknown menu?
ThymonA commented
Contact with dopamine#1337
on Discord, will close this issue for now.