Diff of /trunk/ModularRex/RexParts/RexPython/RexScriptEngine.cs
Parent Directory
|
Revision Log
|
Patch
| revision 92, Mon Mar 9 07:08:30 2009 UTC | revision 93, Tue Mar 10 11:49:17 2009 UTC | |
|---|---|---|
| # | Line 208 | Line 208 |
| 208 | ((SceneObjectGroup)ent).RootPart.SetScriptEvents(rexobj.ParentObjectID, (int)scriptEvents.touch_start); | ((SceneObjectGroup)ent).RootPart.SetScriptEvents(rexobj.ParentObjectID, (int)scriptEvents.touch_start); |
| 209 | } | } |
| 210 | //TODO: Get Py-classname and tag from prim description? | //TODO: Get Py-classname and tag from prim description? |
| } | ||
| 211 | CreateActorToPython(ent.LocalId.ToString(), PythonClassName, PythonTag); | CreateActorToPython(ent.LocalId.ToString(), PythonClassName, PythonTag); |
| 212 | } | } |
| 213 | } | |
| 214 | ||
| 215 | #region old code for checking class name from RexObjectPart. not in use, only as reference | #region old code for checking class name from RexObjectPart. not in use, only as reference |
| 216 | //List<EntityBase> EntityList = World.GetEntities(); | //List<EntityBase> EntityList = World.GetEntities(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

