Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2016, 2:07:50 PM (8 years ago)
Author:
patricwi
Message:

core system of keybindings fully functional, graphics still have to be implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/HUD_HS16/src/modules/pickup/PickupManager.h

    r11252 r11253  
    135135
    136136            void dropPickup(uint32_t pickup); //!< Drop the input Pickupable.
    137             //void useUnusePickup(uint32_t index);
    138             void useUnusePickup(); //tolua_export
     137            static void useUnusePickup(uint32_t index); //tolua_export
    139138            void usePickup(uint32_t pickup, bool use); //!< Use (or unuse) the input Pickupable.
    140139             /**
Note: See TracChangeset for help on using the changeset viewer.