Diff of /trunk/ModularRex/RexParts/RexPython/RexEventManager.cs
Parent Directory
|
Revision Log
|
Patch
| revision 42, Wed Jan 28 14:51:20 2009 UTC | revision 43, Fri Jan 30 09:59:40 2009 UTC | |
|---|---|---|
| # | Line 243 | Line 243 |
| 243 | PythonClassName = rexObj.RexClassName; | PythonClassName = rexObj.RexClassName; |
| 244 | ||
| 245 | if (rexObj.RexClassName.Length > 0) | if (rexObj.RexClassName.Length > 0) |
| 246 | { | |
| 247 | tempobj.SetScriptEvents(rexObj.ParentObjectID, (int)scriptEvents.touch_start); | tempobj.SetScriptEvents(rexObj.ParentObjectID, (int)scriptEvents.touch_start); |
| 248 | tempobj.SendFullUpdateToAllClients(); | |
| 249 | } | |
| 250 | } | } |
| 251 | if (m_scriptEngine.IsEngineStarted) | if (m_scriptEngine.IsEngineStarted) |
| 252 | m_scriptEngine.CreateActorToPython(localID.ToString(), PythonClassName, PythonTag); | m_scriptEngine.CreateActorToPython(localID.ToString(), PythonClassName, PythonTag); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

