Changeset 1541 for code/branches/script_trigger/src/core
- Timestamp:
- Jun 5, 2008, 10:59:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/script_trigger/src/core/ClassTreeMask.h
r1062 r1541 60 60 step back, and so on. 61 61 62 Example: A and B are childs of BaseObject, A1 and A2 are childs of A, B1 and B2 are childs of B.62 @example: A and B are childs of BaseObject, A1 and A2 are childs of A, B1 and B2 are childs of B. 63 63 The ClassTreeMaskIterator would move trough the tree in the following order: 64 64 BaseObject, A, A1, A2, B, B1, B2.
Note: See TracChangeset
for help on using the changeset viewer.