llGetDisplayName
function ll.GetDisplayName(AvatarID: string): stringReturns the display name of an avatar, if the avatar is connected to the current region, or if the name has been cached. Otherwise, returns an empty string. Use llRequestDisplayName if the avatar may be absent from the region.
Parameters
-
AvatarID(string) - Avatar UUID that is in the same region, or is otherwise known to the region.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.GetDisplayName().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llGetDisplayName