Difference between revisions of "DATA NAME"
Jump to navigation
Jump to search
(clearer syntax) |
|||
Line 6: | Line 6: | ||
* For legacy accounts (those with a first and last name). The format is "FirstName LastName". | * For legacy accounts (those with a first and last name). The format is "FirstName LastName". | ||
* For modern accounts (those with only a username). The format is " | * For modern accounts (those with only a username). The format is "FirstName Resident". | ||
|examples | |examples | ||
|constants= | |constants= |
Revision as of 15:30, 24 February 2012
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 username). The format is "FirstName Resident".
Caveats
Related Articles
Constants
|
Functions
• | llRequestAgentData |
Events
• | dataserver |