Difference between revisions of "LlGetAgentPreferredLanguage"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
{{LSL_Function|func_id|mode=request|func_sleep=1.0|func_energy=10.0|func=llGetAgentPrefedLanguage|sort=GetAgentPreferedlanguage|func_desc=Returns a string with the content of the profiles entry about languages.
{{LSL_Function|func_id|mode=request|func_sleep=1.0|func_energy=10.0|func=llGetAgentPrefedLanguage|sort=GetAgentPreferedlanguage|func_desc=Returns a string with the content of the profiles entry about languages.
|return_text|spec|caveats=Requires data from the Owners profile, which is atm not generic and this way difficult to parse.|examples|helpers|related|also|notes=This function would allow us to get information about prefered languages the agent is capable of and this way offer scripts to alternate dialogs texts, notecards etc. to the specific language prefered by the agent.}}
|return_text|spec|caveats=Requires data from the Owners profile, which is atm not generic and this way difficult to parse.|examples|helpers|related|also|notes=This function would allow us to get information about prefered languages the agent is capable of and this way offer scripts to alternate dialogs texts, notecards etc. to the specific language prefered by the agent.}}
--[[User:Eraz Rhode|Eraz Rhode]] 07:10, 29 May 2007 (PDT)

Revision as of 07:10, 29 May 2007

Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llGetAgentPrefedLanguage( );
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 prefered languages the agent is capable of and this way offer scripts to alternate dialogs texts, notecards etc. to the specific language prefered by the agent.

Deep Notes

Search JIRA for related Issues

Signature

//function void llGetAgentPrefedLanguage();


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