OsGetInventoryName
From OpenSimulator
(Difference between revisions)
(Create new page with exemple etc ...) |
|||
| 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.0.1 Dev |
Implemented February, 22 2019 in GIT# bd27573130d4a40d678c81c687591708ab4e4f34 | Implemented February, 22 2019 in GIT# bd27573130d4a40d678c81c687591708ab4e4f34 | ||
}} | }} | ||
Revision as of 18:41, 23 February 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.0.1 Dev
Implemented February, 22 2019 in GIT# bd27573130d4a40d678c81c687591708ab4e4f34 | |