mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
docu
This commit is contained in:
parent
92e9e5390b
commit
847df24ab0
@ -347,7 +347,7 @@ end
|
|||||||
-- local mymenu_lv3b = menumgr:NewEntry("Level 3 aab",mymenu_lv2a)
|
-- local mymenu_lv3b = menumgr:NewEntry("Level 3 aab",mymenu_lv2a)
|
||||||
-- local mymenu_lv3c = menumgr:NewEntry("Level 3 aac",mymenu_lv2a)
|
-- local mymenu_lv3c = menumgr:NewEntry("Level 3 aac",mymenu_lv2a)
|
||||||
--
|
--
|
||||||
-- menumgr:Propagate()
|
-- menumgr:Propagate() -- propagate **once** to all clients in the SET_CLIENT
|
||||||
--
|
--
|
||||||
-- ## Remove a single entry's subtree
|
-- ## Remove a single entry's subtree
|
||||||
--
|
--
|
||||||
@ -386,7 +386,11 @@ end
|
|||||||
--
|
--
|
||||||
-- ## Reset all and clear the reference tree
|
-- ## Reset all and clear the reference tree
|
||||||
--
|
--
|
||||||
-- menumgr:ResetMenuComplete()
|
-- menumgr:ResetMenuComplete()
|
||||||
|
--
|
||||||
|
-- ## Set to auto-propagate for CLIENTs joining the SET_CLIENT **after** the script is loaded - handy if you have a single menu tree.
|
||||||
|
--
|
||||||
|
-- menumgr:InitAutoPropagation()
|
||||||
--
|
--
|
||||||
-- @field #CLIENTMENUMANAGER
|
-- @field #CLIENTMENUMANAGER
|
||||||
CLIENTMENUMANAGER = {
|
CLIENTMENUMANAGER = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user