diff options
author | mingchen | 2007-06-11 17:58:14 +0000 |
---|---|---|
committer | mingchen | 2007-06-11 17:58:14 +0000 |
commit | 304ebe22a24f16e9fa41925ab9cdbd4bffdfd880 (patch) | |
tree | 72efd2a81106c228c611c19c2b3e795b03e04831 /Common/OpenSim.Framework/Interfaces | |
parent | *Removed AdminWebFront -- Unused (diff) | |
download | opensim-SC_OLD-304ebe22a24f16e9fa41925ab9cdbd4bffdfd880.zip opensim-SC_OLD-304ebe22a24f16e9fa41925ab9cdbd4bffdfd880.tar.gz opensim-SC_OLD-304ebe22a24f16e9fa41925ab9cdbd4bffdfd880.tar.bz2 opensim-SC_OLD-304ebe22a24f16e9fa41925ab9cdbd4bffdfd880.tar.xz |
*Removed OSVector3 and replaced with libsecondlife.LLVector3
Diffstat (limited to 'Common/OpenSim.Framework/Interfaces')
-rw-r--r-- | Common/OpenSim.Framework/Interfaces/Scripting/IScriptAPI.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Common/OpenSim.Framework/Interfaces/Scripting/IScriptAPI.cs b/Common/OpenSim.Framework/Interfaces/Scripting/IScriptAPI.cs index cf4a35e..0c1627b 100644 --- a/Common/OpenSim.Framework/Interfaces/Scripting/IScriptAPI.cs +++ b/Common/OpenSim.Framework/Interfaces/Scripting/IScriptAPI.cs | |||
@@ -30,11 +30,12 @@ using System.Collections.Generic; | |||
30 | using System.Text; | 30 | using System.Text; |
31 | using OpenSim.Framework.Types; | 31 | using OpenSim.Framework.Types; |
32 | 32 | ||
33 | using libsecondlife; | ||
33 | namespace OpenSim.Framework.Interfaces | 34 | namespace OpenSim.Framework.Interfaces |
34 | { | 35 | { |
35 | public interface IScriptAPI | 36 | public interface IScriptAPI |
36 | { | 37 | { |
37 | OSVector3 GetEntityPosition(uint localID); | 38 | LLVector3 GetEntityPosition(uint localID); |
38 | void SetEntityPosition(uint localID, float x, float y, float z); | 39 | void SetEntityPosition(uint localID, float x, float y, float z); |
39 | uint GetRandomAvatarID(); | 40 | uint GetRandomAvatarID(); |
40 | } | 41 | } |