Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2014, 4:06:09 PM (9 years ago)
Author:
fvultier
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickupsFS14/src/modules/jump/JumpPlatformTimer.h

    r10050 r10111  
    2121 *
    2222 *   Author:
    23  *      Fabian 'x3n' Landau
     23 *      Fabien Vultier
    2424 *   Co-authors:
    2525 *      ...
     
    4646namespace orxonox
    4747{
    48 
    49     /**
    50     @brief
    51         This class manages the ball for @ref orxonox::Jump "Jump".
    52 
    53         It is responsible for both the movement of the ball in the x,z-plane as well as its interaction with the boundaries of the playing field (defined by the @ref orxonox::JumpCenterpoint "JumpCenterpoint") and the @ref orxonox::JumpFigure "JumpFigures". Or more precisely, it makes the ball bounce off then upper and lower delimiters of the playing field, it makes the ball bounce off the bats and also detects when a player scores and takes appropriate measures.
    54 
    55     @author
    56         Fabian 'x3n' Landau
    57 
    58     @ingroup Jump
    59     */
    6048    class _JumpExport JumpPlatformTimer : public JumpPlatform
    6149    {
     
    6351            JumpPlatformTimer(Context* context);
    6452            virtual ~JumpPlatformTimer();
    65 
    6653            virtual void tick(float dt);
    6754            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    68 
    6955            virtual void setProperties(float time);
    7056            virtual bool isActive(void);
     
    8571        protected:
    8672            float time_;
    87             ParticleSpawner* particleSpawner;
     73            ParticleSpawner* particleSpawner_;
    8874            std::string effectPath_;
    8975            float effectStartTime_;
Note: See TracChangeset for help on using the changeset viewer.