LlSetInventoryPermMask
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Requires God Mode
(This integer can only be executed in God Mode.)
Summary
Function: llSetInventoryPermMask( string item, integer mask, integer value );| 290 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Sets the given permission mask to the new value on the inventory item.
| • string | item | – | an item in the prim's inventory | |
| • integer | mask | – | MASK_* flag | |
| • integer | value | – | Permission bitfield (PERM_* flags) |
|
|
Caveats
- This integer can only be executed in God Mode.
- If item is missing from the prim's inventory then an error is shouted on DEBUG_CHANNEL.
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.

