Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 3, 2007, 12:21:51 PM (17 years ago)
Author:
snellen
Message:

script_trigger: added conclsive errormessage in case of abort

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/scriptimprovements/src/world_entities/script_trigger.h

    r9869 r10565  
    6464    bool         scriptCalled;
    6565    bool         scriptIsOk;
     66    bool         executionStopped;   // true when something goes wrong and the trigger has to be stopped
    6667    bool         scriptFinished;
    6768    int          returnCount;        //TODO: set return count correctly
Note: See TracChangeset for help on using the changeset viewer.