diff options
author | Adam Frisby | 2007-07-11 08:02:47 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-11 08:02:47 +0000 |
commit | 5c7ffdde0b9642a42e8f5987e06eb01220ff7776 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /bin/OpenSimAPI.java | |
parent | Who would have known that the only way of specifying utf-8 without preamble, ... (diff) | |
download | opensim-SC-5c7ffdde0b9642a42e8f5987e06eb01220ff7776.zip opensim-SC-5c7ffdde0b9642a42e8f5987e06eb01220ff7776.tar.gz opensim-SC-5c7ffdde0b9642a42e8f5987e06eb01220ff7776.tar.bz2 opensim-SC-5c7ffdde0b9642a42e8f5987e06eb01220ff7776.tar.xz |
* Wiping trunk in prep for Sugilite
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimAPI.java | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/bin/OpenSimAPI.java b/bin/OpenSimAPI.java deleted file mode 100644 index 472b947..0000000 --- a/bin/OpenSimAPI.java +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | |||
2 | |||
3 | public class OpenSimAPI { | ||
4 | |||
5 | public static int GetEntityID() | ||
6 | { | ||
7 | return 0; | ||
8 | } | ||
9 | |||
10 | public static int GetRandomAvatarID() | ||
11 | { | ||
12 | return 0; | ||
13 | } | ||
14 | |||
15 | public static float GetEntityPositionX(int id) | ||
16 | { | ||
17 | return 0.0f; | ||
18 | } | ||
19 | |||
20 | public static float GetEntityPositionY(int id) | ||
21 | { | ||
22 | return 0.0f; | ||
23 | } | ||
24 | |||
25 | public static float GetEntityPositionZ(int id) | ||
26 | { | ||
27 | return 0.0f; | ||
28 | } | ||
29 | |||
30 | public static void SetEntityPosition(int id, float x, float y, float z) | ||
31 | { | ||
32 | |||
33 | } | ||
34 | |||
35 | |||
36 | } \ No newline at end of file | ||