User:Icktoofay Kamachi/LSL Wishlist/menu
From Second Life Wiki
Second Life Wiki > Icktoofay Kamachi/LSL Wishlist/menu
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
| | LSL Feature Request |
| The described event does not exist. This article is a feature request. |
Description
Event: menu( integer handle, string name ){ ; }| -1 | Event ID |
Triggered when a custom pie menu item is selected.
| • integer | handle | – | The handle of the menu item that was selected. | |
| • string | name | – | The name of the menu item that was selected. |
Not Implemented - feature request. Also, the llDetected functions *will* work in this event.
See Also
Functions
| • | llAddMenuItem | – | Adds an item to the pie menu of the object. | |
| • | llRemoveMenuItem | – | Removes an item from the pie menu of the object. |

