OsGetInventoryItemKey

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Created page with "{{osslfunc |threat_level=ignored |permissions=true |delay=0 |function_syntax=key osGetInventoryItemKey(string name) |ossl_example=<source lang="lsl"> default { } </source> |...")
 
Line 11: Line 11:
 
}
 
}
 
</source>
 
</source>
|description=Returns id(key) of a inventory item within the prim inventory. If name is not unique result maybe unpredictable. Script owner needs modify rights. Note that llGetInventoryKey does not return the item ID but the ID of its asset.
+
|description=Returns id(key) of a inventory item within the prim inventory.<br> If name is not unique result maybe unpredictable.<br> Note that unlike this function, llGetInventoryKey does not return the item ID but the ID of its asset<br> Script owner needs modify rights.
 
|additional_info=This function was added in 0.9.1.0 Dev
 
|additional_info=This function was added in 0.9.1.0 Dev
 
Implemented August, 16 2019
 
Implemented August, 16 2019
 
}}
 
}}

Revision as of 14:48, 16 August 2019

key osGetInventoryItemKey(string name)
Returns id(key) of a inventory item within the prim inventory.
If name is not unique result maybe unpredictable.
Note that unlike this function, llGetInventoryKey does not return the item ID but the ID of its asset
Script owner needs modify rights.
Threat Level This function does not do a threat level check
Permissions Use of this function is always allowed by default
Extra Delay 0 seconds
Example(s)
default
{
 
 
}
Notes
This function was added in 0.9.1.0 Dev

Implemented August, 16 2019


Personal tools
General
About This Wiki