Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2009, 11:41:48 PM (15 years ago)
Author:
dafrick
Message:

Some Quest stuff, and the rest for the GUIOverlay I failed to commit before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/quest/Quest.cc

    r2911 r2963  
    197197    /**
    198198    @brief
    199         Returns the parentquest of the Quest.
    200     @return
    201         Returns a pointer to the parentquest of the Quest.
    202     */
    203     const Quest* Quest::getParentQuest(void)
    204     {
    205         return this->parentQuest_;
    206     }
    207 
    208     /**
    209     @brief
    210199        Returns the subquest at the given index.
    211200    @param
Note: See TracChangeset for help on using the changeset viewer.