diff options
author | Dr Scofield | 2009-03-26 12:08:18 +0000 |
---|---|---|
committer | Dr Scofield | 2009-03-26 12:08:18 +0000 |
commit | c8aaf538e4b1233e0553eedcd459637be2c078a8 (patch) | |
tree | d6a2101f8e453c8d0ad08583518bcdb9070004a7 /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | * Minor fixes, inverted an if for readability and introduced a virtual pre-pr... (diff) | |
download | opensim-SC_OLD-c8aaf538e4b1233e0553eedcd459637be2c078a8.zip opensim-SC_OLD-c8aaf538e4b1233e0553eedcd459637be2c078a8.tar.gz opensim-SC_OLD-c8aaf538e4b1233e0553eedcd459637be2c078a8.tar.bz2 opensim-SC_OLD-c8aaf538e4b1233e0553eedcd459637be2c078a8.tar.xz |
- 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)
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index 7a7b922..a2a0fea 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -69,6 +69,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
69 | 69 | ||
70 | // Avatar Info Commands | 70 | // Avatar Info Commands |
71 | string osGetAgentIP(string agent); | 71 | string osGetAgentIP(string agent); |
72 | LSL_List osGetAgents(); | ||
72 | 73 | ||
73 | // Teleport commands | 74 | // Teleport commands |
74 | void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat); | 75 | void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat); |