Thank you, idb, for a patch that implements the stubs for llGetAgentLanguage()

This commit is contained in:
Melanie Thielker
2008-09-26 18:40:16 +00:00
parent 698ecec6f7
commit 54ef88c12c
3 changed files with 13 additions and 0 deletions

View File

@@ -4508,6 +4508,13 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
return 0;
}
public LSL_String llGetAgentLanguage(string id)
{
m_host.AddScriptLPS(1);
NotImplemented("llGetAgentLanguage");
return "";
}
public void llAdjustSoundVolume(double volume)
{
m_host.AddScriptLPS(1);