llExecuteMenuCommand

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llExecuteMenuCommand( list menu_sequence );

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

All Issues ~ Search JIRA for related Bugs

Examples

<lsl> llExecuteMenuCommand(["Client","Character","Rebake Textures"]); llExecuteMenuCommand(["Tools","Select My Objects Only",TRUE]);

</lsl>

Deep Notes

Search JIRA for related Issues

Signature

//function void llExecuteMenuCommand( list menu_sequence );