Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 6, 2009, 3:53:50 PM (15 years ago)
Author:
danielh
Message:
  • some changes to the base framework
  • added DroppedItem
  • implemented usable items and a test UsableItem (Jump), console command to use an item is "useItem"
  • added ModifierType::Acceleration
Location:
code/branches/pickups
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickups

    • Property svn:ignore set to
      build
      dependencies
  • code/branches/pickups/src/orxonox/objects/pickup/UsableItem.h

    r2864 r2900  
    5252
    5353        /**
    54             @brief Method invoked if the item was used.
    55             @param pawn Pawn which used the item.
     54            @brief Method invoked when the item is being used.
     55            @param pawn Pawn which is using the item.
    5656        */
    5757        virtual void used(Pawn* pawn) { }
Note: See TracChangeset for help on using the changeset viewer.