llDisplayNameToKeys

From Second Life Wiki
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: list llDisplayNameToKeys( string display_name );
REQUEST Function ID
0.0 Forced Delay
10.0 Energy

Returns a list containing the UUIDs of all avatars with display_name that are located in the same sim that the script is running in.

• string display_name the Display Name of the avatar(s) to retrieve the UUID(s) of.

Caveats

  • Works only for agents recently located in the same sim the script is running in. To request UUIDs for a non-local avatars then use llRequestAgentKeysByDisplayName() instead.
All Issues ~ Search JIRA for related Bugs

Examples

Notes

Please vote on SVC-215 if you would like to see this function implemented.

See Also

Functions

•  llUsernameToKey to fetch avatar UUID by username.
•  llRequestAgentKeyByUsername to fetch avatar UUID by username grid-wide.
•  llRequestAgentKeysByDisplayName to fetch avatar UUIDs by display-name grid-wide.

Deep Notes

All Issues

~ Search JIRA for related Issues
   llRequestAgentKey() (llName2Key())

Signature

//function list llDisplayNameToKeys( string display_name );