Menu.Init
The Menu.Init function allows a script to create a context sensitive Menu.
Syntax |
Menu.Init |
Description |
Creates a context sensitive Menu. |
Arguments |
None |
Returns |
None |
Example:
Menu.Init
This creates a new context sensitive menu. The script would then have Add functions to add options to the menu (see Menu.AddItem). These would be followed by the Display function that shows the Menu and its contents (see Menu.Display).