Diff of /trunk/ModularRex/RexParts/RexPython/RexEventManager.cs
Parent Directory
|
Revision Log
|
Patch
| 60 |
m_scriptEngine.World.EventManager.OnChatBroadcast += OnRexScriptListen; |
m_scriptEngine.World.EventManager.OnChatBroadcast += OnRexScriptListen; |
| 61 |
m_scriptEngine.World.EventManager.OnChatFromClient += OnRexScriptListen; |
m_scriptEngine.World.EventManager.OnChatFromClient += OnRexScriptListen; |
| 62 |
|
|
| 63 |
m_scriptEngine.World.AddCommand("PythonScriptEngine", "python", "python help", |
m_scriptEngine.World.AddCommand(scriptEngine, "python", "python help", |
| 64 |
"Gives more help on python commands", PythonScriptCommand); |
"Gives more help on python commands", PythonScriptCommand); |
| 65 |
//OpenSim.OpenSim.RegisterCmd("python", PythonScriptCommand, "Rex python commands. Type \"python help\" for more information."); |
//OpenSim.OpenSim.RegisterCmd("python", PythonScriptCommand, "Rex python commands. Type \"python help\" for more information."); |
| 66 |
} |
} |
|
|
Legend:
| Removed from v.66 |
|
| changed lines |
| |
Added in v.67 |
|
|
