diff options
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 | } |