Bitfighter  021
The Bitfighter Lua Documentation - Robots, Levelgens, and Plugins
MenuItem Class Reference

Simple menu item that calls a method or opens a submenu when selected.

Inheritance diagram for MenuItem:
CounterMenuItem FloatCounterMenuItem TextEntryMenuItem ToggleMenuItem YesNoMenuItem

Detailed Description

Simple menu item that calls a method or opens a submenu when selected.

MenuItem is the parent class for all other MenuItems.

Currently, you cannot instantiate a MenuItem from Lua, though you can instatiate MenuItem subclasses.