Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 18, 2007, 7:07:29 PM (17 years ago)
Author:
stefalie
Message:


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/environments/rotor.cc

    r10643 r10720  
    1919#include "util/loading/factory.h"
    2020
    21 
    22 
    2321ObjectListDefinition(Rotor);
    2422CREATE_FACTORY(Rotor);
     23
     24#include "script_class.h"
     25CREATE_SCRIPTABLE_CLASS(Rotor,
     26                        addMethod("pause", Executor1<WorldEntity, lua_State*, bool>(&WorldEntity::pauseTrack))
     27                       );
     28
    2529
    2630/**
Note: See TracChangeset for help on using the changeset viewer.