llRequestUserKey

From Second Life Wiki
Revision as of 12:00, 6 April 2018 by Jeremy Linden (talk | contribs) (Created page with "{{KBnote|This function is coming soon but is not yet available.}} {{LSL_Function |func=llRequestUserKey |sort=llRequestUserKey |return_type=key |p1_type=string|p1_name=usernam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
KBnote.png Note: This function is coming soon but is not yet available.

Summary

Function: key llRequestUserKey( string username );

Returns a key that is the Agent ID for the named agent. The name given may be either the current name of an avatar or a historical name that has been used in the past. If no agent can be found with the supplied name this function returns the value NULL_KEY. The agent being searched for with this function does not need to be signed on to Second Life.

• string username the username of the avatar to retrieve the UUID of.

Examples

Notes

Names are always provided in the form "First[ Last]" or "first[.last]" (first name with an optional last name.) If the last name is omitted a last name of "Resident" is assumed. Case is not considered when resolving agent names.

See Also

Functions

•  llNameToKey to fetch avatar UUID by name.

Deep Notes

Search JIRA for related Issues

Signature

function key llRequestUserKey( string username );