-
Notifications
You must be signed in to change notification settings - Fork 113
Menu object class Orion Assistant
Command format:
ReturnType NameSpace.name(requiredParameters, [optionalParameters=defaultValue]);
-
ReturnType - the return value of the function (void - the function returns nothing);
-
NameSpace - the scope of the function;
-
name - the name of the function;
-
requiredParameters - required parameters;
-
optionalParameters - optional parameters, the default value is indicated after the = sign
Result: Menu serial number.
Result: Menu identifier number.
Result: Menu name.
Result: Gray Menu (chart) or normal.
Choose menu by index element under current menu.
Choose menu by item name under current menu.
Close current menu without changes.
Result: Item quantity in the menu.
Result: ID of an item menu under specified index.
Result: Graphic of an item menu under specified index.
Result: Color of an item menu under specified index.
Result: Name of an item menu under specified index.