diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt b/OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt deleted file mode 100644 index 531ff13..0000000 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | |||
2 | |||
3 | |||
4 | EventManager.cs | ||
5 | --------------- | ||
6 | * Hook up to the worlds touch-event: | ||
7 | myScriptEngine.World.touch_start += new TempWorldInterfaceEventDelegates.touch_start(touch_start); | ||
8 | |||
9 | * Modify: | ||
10 | public void touch_start(string ObjectID) | ||
11 | to correct parameters to match the event | ||
12 | |||
13 | * Make hooks to add/remove script using ScriptManager.cs | ||
14 | |||
15 | |||
16 | |||
17 | LSL_BuiltIn_Commands_TestImplementation.cs | ||
18 | ------------------------------------------ | ||
19 | * Change llSay to do something useful (send message) | ||
20 | |||
21 | |||