Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T169932
Change Details
Change Details
Old
New
Diff
_cursorobject = cursorobject; // rope segment _rope = objectParent _cursorObject; // New _ropeParent = objectParent _rope; // This one would be great too
Being able to look at a rope and get the vehicles object parent _cursorobject = cursorobject; // rope segment _rope = objectParent _cursorObject; // New _vehicle = objectParent _rope; // This one would be great too For instance: ``` _helicopter = objectParent _rope; ```
Being able to look at a rope and get the vehicles object parent
_cursorobject = cursorobject; // rope segment _rope = objectParent _cursorObject; // New
_ropeParent
_vehicle
= objectParent _rope; // This one would be great too
For instance: ``` _helicopter = objectParent _rope;
```
Continue