diff options
Diffstat (limited to 'OpenSim.Framework/IScriptAPI.cs')
-rw-r--r-- | OpenSim.Framework/IScriptAPI.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/OpenSim.Framework/IScriptAPI.cs b/OpenSim.Framework/IScriptAPI.cs deleted file mode 100644 index 2f58198..0000000 --- a/OpenSim.Framework/IScriptAPI.cs +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | |||
5 | namespace OpenSim.Framework.Interfaces | ||
6 | { | ||
7 | public interface IScriptAPI | ||
8 | { | ||
9 | OSVector3 GetEntityPosition(uint localID); | ||
10 | void SetEntityPosition(uint localID, float x, float y, float z); | ||
11 | uint GetRandomAvatarID(); | ||
12 | } | ||
13 | } | ||