Skip to content
Snippets Groups Projects
Commit b48dad17 authored by Leyla Farazha's avatar Leyla Farazha
Browse files

DN-199 Modify LLGetDisplayName tooltip

parent 61daa313
No related branches found
No related tags found
No related merge requests found
......@@ -1823,8 +1823,8 @@ key llRequestUsername(key id)
Requests single-word username of an avatar. When data is available the dataserver event will be raised.
</string>
<string name="LSLTipText_llGetDisplayName" translate="false">
string llGetDisplayName(key id)
Returns the name of an avatar, iff the avatar is in the current simulator, otherwise the empty string.
string llGetDisplayName(key id)
Returns the name of an avatar, iff the avatar is in the current simulator, and the name has been cached, otherwise the same as llGetUsername. Use llRequestDisplayName if you absolutely must have the display name.
</string>
<string name="LSLTipText_llRequestDisplayName" translate="false">
key llRequestDisplayName(key id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment