Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2011, 6:21:05 PM (13 years ago)
Author:
sven
Message:

Added docking animations, skeletton for DockingController..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/dockingsystem2/src/modules/docking/DockingEffect.h

    r8487 r8493  
    4949namespace orxonox
    5050{
    51     namespace docking {
    52         enum event {
    53             DOCKING,
    54             RELEASE
    55         };
    56     }
    5751
    5852    /**
     
    7468            virtual bool release(PlayerInfo* player) = 0; //!< Called when player wants to undock
    7569
    76             static bool invokeEffect(docking::event event, PlayerInfo* player, std::list<DockingEffect*> & effects); //!< Invokes the event specific method of all DockingEffects in the list
     70            static bool invokeEffect(bool dock, PlayerInfo* player, std::list<DockingEffect*> & effects); //!< Invokes the event specific method of all DockingEffects in the list
    7771            static DockingTarget *findTarget(std::string name); //!< Iterates through all DockingTarget objects to find the one with name=target
    7872    };
Note: See TracChangeset for help on using the changeset viewer.