llExecuteMenuCommand
		
		
		
		Jump to navigation
		Jump to search
		
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials | 
|   | LSL Feature Request | 
| The described function does not exist. This article is a feature request. | 
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
<lsl> llExecuteMenuCommand(["Client","Character","Rebake Textures"]); llExecuteMenuCommand(["Tools","Select My Objects Only",TRUE]);
</lsl>Deep Notes
| Signature | 
|---|
| //function void llExecuteMenuCommand( list menu_sequence ); |