Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 5, 2008, 10:59:49 AM (16 years ago)
Author:
bknecht
Message:

Some updates on the trigger:

  • Reacts on defined sub classes of WorldEntity
  • List of other triggers (no check on them, yet)
  • tick function for delay triggers (have to add a startCounting() function)

etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/script_trigger/src/core/ClassTreeMask.h

    r1062 r1541  
    6060    step back, and so on.
    6161
    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.
    6363    The ClassTreeMaskIterator would move trough the tree in the following order:
    6464    BaseObject, A, A1, A2, B, B1, B2.
Note: See TracChangeset for help on using the changeset viewer.