Talk:OsGetAvatarList

From OpenSimulator

Jump to: navigation, search

Can someone please explain the decision to exclude the owner from the returned list??

Although that may faciltiate the processing of the results for a single use case, ( i.e. the list of others to display on a radar) It makes processing lists of everyone in the sim problematic for all other scripts. Rather than force all the scripts that would like a list of ALL UUIDs and thier positions to perform extra list processing to INCLUDE an owner, isnt it more reasnoable to expect a radar hud designer to know to [ if (id == llGetOwner()) return; ]  ???

Anyone else share the opinion that this function should not exclude the owner in the list of returned values??

General
About This Wiki