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/JumpPlatformDisappear.cc

    r10074 r10111  
    2121 *
    2222 *   Author:
    23  *      Fabian 'x3n' Landau
     23 *      Fabien Vultier
    2424 *   Co-authors:
    2525 *      ...
     
    2929/**
    3030    @file JumpPlatformDisappear.cc
    31     @brief Implementation of the JumpPlatform class.
     31    @brief This platform disappears after contact with the figure.
    3232*/
    3333
     
    4848    RegisterClass(JumpPlatformDisappear);
    4949
    50     /**
    51     @brief
    52         Constructor. Registers and initializes the object.
    53     */
    5450    JumpPlatformDisappear::JumpPlatformDisappear(Context* context) : JumpPlatform(context)
    5551    {
     
    5955    }
    6056
    61     /**
    62     @brief
    63         Destructor.
    64     */
    6557    JumpPlatformDisappear::~JumpPlatformDisappear()
    6658    {
     
    6860    }
    6961
    70 
    71     //xml port for loading sounds
    7262    void JumpPlatformDisappear::XMLPort(Element& xmlelement, XMLPort::Mode mode)
    7363    {
     
    7565    }
    7666
    77     /**
    78     @brief
    79         Is called every tick.
    80         Handles the movement of the ball and its interaction with the boundaries and bats.
    81     @param dt
    82         The time since the last tick.
    83     */
    8467    void JumpPlatformDisappear::tick(float dt)
    8568    {
Note: See TracChangeset for help on using the changeset viewer.