Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llGetInventoryPermMask

LSL
integer llGetInventoryPermMask(string item, integer mask)

Returns the requested permission mask for the inventory item.\ Returns the requested permission mask for the inventory item defined by InventoryItem. If item is not in the object's inventory, llGetInventoryPermMask returns FALSE and causes the object to say "No item named '<item>'", where "<item>" is item.

Parameters

TypeName
string item
integer mask
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL