LlExecuteMenuCommand
From Second Life Wiki
Second Life Wiki > LlExecuteMenuCommand
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
| | LSL Feature Request |
| The described function does not exist. This article is a feature request. |
Contents |
Summary
Function: llExecuteMenuCommand( list menu_sequence );| REQUEST | Function ID |
| Delay | |
| Energy |
Access a main menu item via a list menu_sequence.
| • list | menu_sequence |
Caveats
Some menu items may not be available for security reasons. NOTE: Scripts are run on the server so this function is probably impossible. -OddesE Oh Search JIRA for related Bugs
Examples
llExecuteMenuCommand(["Client","Character","Rebake Textures"]); llExecuteMenuCommand(["Tools","Select My Objects Only",TRUE]);

