Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2009, 12:23:51 AM (15 years ago)
Author:
dafrick
Message:

Small changes in QuestManager for the GUI. Added toggleVisibility command to OrxonoxOverlay.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/overlays/OrxonoxOverlay.h

    r2896 r2993  
    149149        //! ConsoleCommand: Accesses the overlay by its name and scrolls it.
    150150        static void scrollOverlay(const std::string& name, const Vector2& scroll);
     151        static void toggleVisibility(const std::string& name);
    151152        //! ConsoleCommand: Accesses the overlay by its name and rotates it.
    152153        static void rotateOverlay(const std::string& name, const Degree& angle);
Note: See TracChangeset for help on using the changeset viewer.