Class ReverbEdit

inherits from OptionMenu

Public Functions

native static double GetValue(int index)

native static double SetValue(
int index,
double value
)

native static bool GrayCheck()


native static void FillSelectMenu(
String ccmd,
OptionMenuDescriptor desc
)

native static void FillSaveMenu(
OptionMenuDescriptor desc
)

native static int GetSaveSelection(
int num
)

native static void ToggleSaveSelection(
int num
)

Overrides

override void Init(
Menu parent,
OptionMenuDescriptor desc
)
overrides OptionMenu.Init

override void OnReturn()
overrides Menu.OnReturn