Difference between revisions of "DATA NAME"
Jump to navigation
Jump to search
(no time to finish this now...) |
m |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=2 | |value=2 | ||
|desc=string | |desc=Used with [[llRequestAgentData]] to return a string containing the avatars {{LSLGC|Avatar/Name|legacy name}}. | ||
* For legacy accounts (those with a first and last name). The format is "FirstName LastName". | |||
* For modern accounts (those with only a first name). The format is "FirstName Resident". | |||
|examples | |examples | ||
|constants= | |constants= | ||
Line 14: | Line 14: | ||
{{!}}} | {{!}}} | ||
|functions= | |functions= | ||
{{LSL DefineRow||[[llRequestAgentData]]|}} | {{LSL DefineRow||[[llRequestAgentData]]|Used with DATA_NAME}} | ||
{{LSL DefineRow||[[llRequestDisplayName]]|Gets the [[display name]].}} | |||
{{LSL DefineRow||[[llRequestUsername]]|Gets the [[display name|username]].}} | |||
|events= | |events= | ||
{{LSL DefineRow||[[dataserver]]|}} | {{LSL DefineRow||[[dataserver]]|}} | ||
|location | |location | ||
|cat1 | |cat1=Dataserver | ||
|cat2 | |cat2=Legacy Name | ||
|cat3 | |cat3=Avatar/Name | ||
|cat4 | |cat4 | ||
}} | }} |
Latest revision as of 23:18, 6 January 2013
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer DATA_NAME = 2;The integer constant DATA_NAME has the value 2
Used with llRequestAgentData to return a string containing the avatars legacy name.
- For legacy accounts (those with a first and last name). The format is "FirstName LastName".
- For modern accounts (those with only a first name). The format is "FirstName Resident".
Caveats
Related Articles
Constants
|
Functions
• | llRequestAgentData | – | Used with DATA_NAME | |
• | llRequestDisplayName | – | Gets the display name. | |
• | llRequestUsername | – | Gets the username. |
Events
• | dataserver |