LlExecuteMenuCommand - Second Life Wiki

LlExecuteMenuCommand

From Second Life Wiki

Jump to: navigation, search
Image:Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Contents

Description

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

Examples

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