Talk:LlGetInventoryDesc

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

I forsee a major problem with this function. How does it determine which of several objects with the same name is the one that's required? The default name for all prims is 'Object', and I'm as guilty as the next party of leaving 'em named that way. Essentially, this function (and the list of related functions) is asking for individual functions to retrieve the information already available by using llGetObjectDetails with appropriate selections in the parameter list. Also, since llGetObjectDetails goes by UUID instead of name, the results are guaranteed to be specific to that one item, not anything else that may happen to have the same string name. --   ¥    Reynard  21:12, 8 April 2011 (PDT)

I don't see, either, what it does that llGetObjectDetails(id,[OBJECT_DESC]), llGetLinkPrimitiveParams(n,[PRIM_DESC])or llGetObjectDetails() won't do. Or is the idea to find out the description of an object in a prim's inventory? Innula Zenovka 05:40, 9 April 2011 (PDT)