- Timestamp:
- Aug 26, 2010, 2:27:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h
r7221 r7222 242 242 bool isActive() const; 243 243 bool hasAccess() const; 244 bool isHidden() const; 244 inline bool isHidden() const 245 { return this->bHidden_; } 245 246 246 247 _ConsoleCommand& description(const std::string& description);
Note: See TracChangeset
for help on using the changeset viewer.