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

@@ -109,6 +109,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Vector llGetAccel();
LSL_Integer llGetAgentInfo(string id);
LSL_String llGetAgentLanguage(string id);
LSL_List llGetAgentList(LSL_Integer scope, LSL_List options);
LSL_Vector llGetAgentSize(string id);
LSL_Float llGetAlpha(int face);
LSL_Float llGetAndResetTime();