OsGetInventoryName
From OpenSimulator
(Difference between revisions)
| Line 8: | Line 8: | ||
</source> | </source> | ||
|description=Returns a string that is the name of inventory item | |description=Returns a string that is the name of inventory item | ||
| − | |additional_info=This function was added in 0.9 | + | |additional_info=This function was added in 0.9.1.0 Dev |
Implemented February, 22 2019 in GIT# bd27573130d4a40d678c81c687591708ab4e4f34 | Implemented February, 22 2019 in GIT# bd27573130d4a40d678c81c687591708ab4e4f34 | ||
}} | }} | ||
Revision as of 14:21, 16 August 2019
string osGetInventoryName(key itemId)
| |
| Returns a string that is the name of inventory item | |
| 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) | |
... | |
| Notes | |
| This function was added in 0.9.1.0 Dev
Implemented February, 22 2019 in GIT# bd27573130d4a40d678c81c687591708ab4e4f34 | |