Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 30, 2008, 7:15:16 PM (16 years ago)
Author:
landauf
Message:

even smarter autocompletion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core2/src/orxonox/core/CommandExecutor.h

    r957 r965  
    7474
    7575            KeybindMode getKeybindMode();
    76             void setAdditionalParameter(const std::string& param);
    7776            bool isValid() const;
     77
     78            inline void setAdditionalParameter(const std::string& param)
     79                { this->additionalParameter_ = param; }
     80            inline std::string getAdditionalParameter() const
     81                { return (this->additionalParameter_ != "") ? (" " + this->additionalParameter_) : ""; }
    7882
    7983        private:
Note: See TracChangeset for help on using the changeset viewer.