mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 02:39:52 +08:00
Removed 2 warnings. Added pointer comments to where to add hooks and modify functions to get SE working.
This commit is contained in:
@@ -44,8 +44,11 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
// TODO: HOOK EVENTS UP TO SERVER!
|
||||
Common.SendToDebug("EventManager Start");
|
||||
|
||||
// TODO: ADD SERVER HOOK TO LOAD A SCRIPT THROUGH myScriptEngine.ScriptManager
|
||||
|
||||
// Hook up a test event to our test form
|
||||
Common.SendToDebug("EventManager Hooking up dummy-event: touch_start");
|
||||
// TODO: REPLACE THIS WITH A REAL TOUCH_START EVENT IN SERVER
|
||||
//myScriptEngine.World.touch_start += new TempWorldInterfaceEventDelegates.touch_start(touch_start);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user