Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 29, 2007, 9:16:43 PM (17 years ago)
Author:
snellen
Message:

Triggers can now be creater from the xml file… again

File:
1 edited

Legend:

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

    r10609 r10611  
    2828
    2929    /// DO WORK
    30     virtual void tick(float timestep);
     30    virtual void tick(float timestep){}
    3131    virtual void executeAction(float timestep);
    3232    void testScriptingFramework();
     
    5151   
    5252    //for internal use
    53     bool         executionStopped;   // true when something goes wrong and the trigger has to be stopped
     53    bool         executionStopped;   // true when something goes wrong and the trigger had to be stopped
    5454    int          returnCount;        //TODO: set return count correctly
    5555   
Note: See TracChangeset for help on using the changeset viewer.