Difference between revisions of "LlGetAgentPreferredLanguage"

From Second Life Wiki
Jump to navigation Jump to search
 
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 formatted and dificult 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.}}

Revision as of 14:42, 22 May 2007

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

Summary

Function: llGetAgentPrefedLanguage( );
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.

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

Signature

//function void llGetAgentPrefedLanguage();