- adding osGetAgents() which returns a list of all avatars in the region

in which the script is running.

 -  found a bag of space characters under my desk, thought i'd donate them
    to the JSON OSSL function (aka clean up)
This commit is contained in:
Dr Scofield
2009-03-26 12:08:18 +00:00
parent 3ca1481c3d
commit c8aaf538e4
3 changed files with 79 additions and 46 deletions

View File

@@ -175,6 +175,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
return m_OSSL_Functions.osGetAgentIP(agent);
}
public LSL_List osGetAgents()
{
return m_OSSL_Functions.osGetAgents();
}
// Animation Functions
public void osAvatarPlayAnimation(string avatar, string animation)