diff options
author | Jeff Ames | 2008-01-06 11:17:57 +0000 |
---|---|---|
committer | Jeff Ames | 2008-01-06 11:17:57 +0000 |
commit | 3d7e6fc6d8a813210f44f7b165be8be40cf38f95 (patch) | |
tree | 288cf848374667ad6239d3e980443fe0dab4d704 /OpenSim/Region/ScriptEngine | |
parent | Factor out TaskInventoryItem (diff) | |
download | opensim-SC_OLD-3d7e6fc6d8a813210f44f7b165be8be40cf38f95.zip opensim-SC_OLD-3d7e6fc6d8a813210f44f7b165be8be40cf38f95.tar.gz opensim-SC_OLD-3d7e6fc6d8a813210f44f7b165be8be40cf38f95.tar.bz2 opensim-SC_OLD-3d7e6fc6d8a813210f44f7b165be8be40cf38f95.tar.xz |
Set svn:eol-style.
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/ScriptServerInterfaces.cs | 104 |
1 files changed, 52 insertions, 52 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/ScriptServerInterfaces.cs b/OpenSim/Region/ScriptEngine/Common/ScriptServerInterfaces.cs index 1e8917c..6ac7c65 100644 --- a/OpenSim/Region/ScriptEngine/Common/ScriptServerInterfaces.cs +++ b/OpenSim/Region/ScriptEngine/Common/ScriptServerInterfaces.cs | |||
@@ -1,52 +1,52 @@ | |||
1 | using libsecondlife; | 1 | using libsecondlife; |
2 | using OpenSim.Framework; | 2 | using OpenSim.Framework; |
3 | 3 | ||
4 | namespace OpenSim.Region.ScriptEngine.Common | 4 | namespace OpenSim.Region.ScriptEngine.Common |
5 | { | 5 | { |
6 | public class ScriptServerInterfaces | 6 | public class ScriptServerInterfaces |
7 | { | 7 | { |
8 | public interface RemoteEvents | 8 | public interface RemoteEvents |
9 | { | 9 | { |
10 | void touch_start(uint localID, LLVector3 offsetPos, IClientAPI remoteClient); | 10 | void touch_start(uint localID, LLVector3 offsetPos, IClientAPI remoteClient); |
11 | void OnRezScript(uint localID, LLUUID itemID, string script); | 11 | void OnRezScript(uint localID, LLUUID itemID, string script); |
12 | void OnRemoveScript(uint localID, LLUUID itemID); | 12 | void OnRemoveScript(uint localID, LLUUID itemID); |
13 | void state_exit(uint localID, LLUUID itemID); | 13 | void state_exit(uint localID, LLUUID itemID); |
14 | void touch(uint localID, LLUUID itemID); | 14 | void touch(uint localID, LLUUID itemID); |
15 | void touch_end(uint localID, LLUUID itemID); | 15 | void touch_end(uint localID, LLUUID itemID); |
16 | void collision_start(uint localID, LLUUID itemID); | 16 | void collision_start(uint localID, LLUUID itemID); |
17 | void collision(uint localID, LLUUID itemID); | 17 | void collision(uint localID, LLUUID itemID); |
18 | void collision_end(uint localID, LLUUID itemID); | 18 | void collision_end(uint localID, LLUUID itemID); |
19 | void land_collision_start(uint localID, LLUUID itemID); | 19 | void land_collision_start(uint localID, LLUUID itemID); |
20 | void land_collision(uint localID, LLUUID itemID); | 20 | void land_collision(uint localID, LLUUID itemID); |
21 | void land_collision_end(uint localID, LLUUID itemID); | 21 | void land_collision_end(uint localID, LLUUID itemID); |
22 | void timer(uint localID, LLUUID itemID); | 22 | void timer(uint localID, LLUUID itemID); |
23 | void listen(uint localID, LLUUID itemID); | 23 | void listen(uint localID, LLUUID itemID); |
24 | void on_rez(uint localID, LLUUID itemID); | 24 | void on_rez(uint localID, LLUUID itemID); |
25 | void sensor(uint localID, LLUUID itemID); | 25 | void sensor(uint localID, LLUUID itemID); |
26 | void no_sensor(uint localID, LLUUID itemID); | 26 | void no_sensor(uint localID, LLUUID itemID); |
27 | void control(uint localID, LLUUID itemID); | 27 | void control(uint localID, LLUUID itemID); |
28 | void money(uint localID, LLUUID itemID); | 28 | void money(uint localID, LLUUID itemID); |
29 | void email(uint localID, LLUUID itemID); | 29 | void email(uint localID, LLUUID itemID); |
30 | void at_target(uint localID, LLUUID itemID); | 30 | void at_target(uint localID, LLUUID itemID); |
31 | void not_at_target(uint localID, LLUUID itemID); | 31 | void not_at_target(uint localID, LLUUID itemID); |
32 | void at_rot_target(uint localID, LLUUID itemID); | 32 | void at_rot_target(uint localID, LLUUID itemID); |
33 | void not_at_rot_target(uint localID, LLUUID itemID); | 33 | void not_at_rot_target(uint localID, LLUUID itemID); |
34 | void run_time_permissions(uint localID, LLUUID itemID); | 34 | void run_time_permissions(uint localID, LLUUID itemID); |
35 | void changed(uint localID, LLUUID itemID); | 35 | void changed(uint localID, LLUUID itemID); |
36 | void attach(uint localID, LLUUID itemID); | 36 | void attach(uint localID, LLUUID itemID); |
37 | void dataserver(uint localID, LLUUID itemID); | 37 | void dataserver(uint localID, LLUUID itemID); |
38 | void link_message(uint localID, LLUUID itemID); | 38 | void link_message(uint localID, LLUUID itemID); |
39 | void moving_start(uint localID, LLUUID itemID); | 39 | void moving_start(uint localID, LLUUID itemID); |
40 | void moving_end(uint localID, LLUUID itemID); | 40 | void moving_end(uint localID, LLUUID itemID); |
41 | void object_rez(uint localID, LLUUID itemID); | 41 | void object_rez(uint localID, LLUUID itemID); |
42 | void remote_data(uint localID, LLUUID itemID); | 42 | void remote_data(uint localID, LLUUID itemID); |
43 | void http_response(uint localID, LLUUID itemID); | 43 | void http_response(uint localID, LLUUID itemID); |
44 | } | 44 | } |
45 | 45 | ||
46 | public interface ServerRemotingObject | 46 | public interface ServerRemotingObject |
47 | { | 47 | { |
48 | RemoteEvents Events(); | 48 | RemoteEvents Events(); |
49 | } | 49 | } |
50 | 50 | ||
51 | } | 51 | } |
52 | } | 52 | } |