llGetAgentPreferredLanguage

From Second Life Wiki
Revision as of 09:52, 29 May 2007 by Strife Onizuka (talk | contribs) (strange formatting issue ^^; i'll look into it.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: string llGetAgentPreferredLanguage( );
REQUEST Function ID
1.0 Forced Delay
10.0 Energy

Returns a string with the content of the profiles entry about languages.

Caveats

  • This function causes the script to sleep for 1.0 seconds.Requires data from the Owners profile, which is atm not generic and this way difficult to parse.
All Issues ~ Search JIRA for related Bugs

Examples

Notes

This function would allow us to get information about preferred languages the agent is capable of and this way offer scripts to alternate dialogs texts, notecards etc. to the specific language preferred by the agent.

Deep Notes

Search JIRA for related Issues

Signature

//function string llGetAgentPreferredLanguage();


--Eraz Rhode 07:10, 29 May 2007 (PDT)