MCPcopy Create free account
hub / github.com/SolarLune/masterplan / ExclusiveMenuOpen

Method ExclusiveMenuOpen

menu.go:117–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117func (ms *MenuSystem) ExclusiveMenuOpen() bool {
118 for _, menu := range ms.ExclusiveMenus {
119 if menu.Opened {
120 return true
121 }
122 }
123 return false
124}
125
126const (
127 MenuAnchorNone = iota

Callers 2

MouseActionsMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected