Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 26, 2010, 2:27:14 AM (15 years ago)
Author:
landauf
Message:

added access level checking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h

    r7221 r7222  
    242242            bool isActive() const;
    243243            bool hasAccess() const;
    244             bool isHidden() const;
     244            inline bool isHidden() const
     245                { return this->bHidden_; }
    245246
    246247            _ConsoleCommand& description(const std::string& description);
Note: See TracChangeset for help on using the changeset viewer.