Diff of /trunk/ModularRex/RexParts/RexPython/RexEventManager.cs
Parent Directory
|
Revision Log
|
Patch
| revision 19, Thu Dec 11 14:52:41 2008 UTC | revision 20, Tue Dec 16 13:36:42 2008 UTC | |
|---|---|---|
| # | Line 49 | Line 49 |
| 49 | m_scriptEngine.World.EventManager.OnChatFromWorld += OnRexScriptListen; | m_scriptEngine.World.EventManager.OnChatFromWorld += OnRexScriptListen; |
| 50 | m_scriptEngine.World.EventManager.OnChatBroadcast += OnRexScriptListen; | m_scriptEngine.World.EventManager.OnChatBroadcast += OnRexScriptListen; |
| 51 | m_scriptEngine.World.EventManager.OnChatFromClient += OnRexScriptListen; | m_scriptEngine.World.EventManager.OnChatFromClient += OnRexScriptListen; |
| 52 | OpenSim.OpenSim.RegisterCmd("python", PythonScriptCommand, "Rex python commands. Type \"python help\" for more information."); | |
| 53 | } | } |
| 54 | ||
| 55 | private void PythonScriptCommand(string[] cmdparams) | private void PythonScriptCommand(string[] cmdparams) |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

