Mantis 6015 new LSL function llGetAgentList.

Details in the lsl wiki
This commit is contained in:
Talun
2012-05-08 15:52:25 +01:00
committed by Justin Clark-Casey (justincc)
parent e5dbb652d5
commit 61e99bcdcb
4 changed files with 96 additions and 0 deletions

View File

@@ -389,6 +389,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
return m_LSL_Functions.llGetAgentLanguage(id);
}
public LSL_List llGetAgentList(LSL_Integer scope, LSL_List options)
{
return m_LSL_Functions.llGetAgentList(scope, options);
}
public LSL_Vector llGetAgentSize(string id)
{
return m_LSL_Functions.llGetAgentSize(id);