Diff of /branches/taiga-0.1/ModularRex/RexParts/ModrexObjects.cs
Parent Directory
|
Revision Log
|
Patch
| branches/os-0.6.9-post-fixes/ModularRex/RexParts/ModrexObjects.cs revision 341, Wed Mar 3 10:26:55 2010 UTC | branches/taiga-0.1/ModularRex/RexParts/ModrexObjects.cs revision 370, Tue Apr 27 10:41:58 2010 UTC | |
|---|---|---|
| # | Line 440 | Line 440 |
| 440 | if (p.RexClassName.Length > 0) | if (p.RexClassName.Length > 0) |
| 441 | { | { |
| 442 | part.SetScriptEvents(p.ParentObjectID, (int)scriptEvents.touch_start); | part.SetScriptEvents(p.ParentObjectID, (int)scriptEvents.touch_start); |
| 443 | TriggerOnChangePythonClass(part.UUID); | |
| 444 | } | } |
| 445 | ||
| 446 | TriggerOnChangeRexObjectProperties(part.UUID); | SendPropertiesToAllUsers(part.UUID, p); |
| 447 | } | } |
| 448 | } | } |
| 449 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

