- Timestamp:
- Aug 30, 2010, 7:52:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h
r7267 r7270 142 142 { if (this->command_) { this->command_->setFunction(executor, bForce); } return *this; } 143 143 144 inline ConsoleCommandManipulator& pushFunction() 145 { if (this->command_) { this->command_->pushFunction(); } return *this; } 144 146 template <class F> 145 147 inline ConsoleCommandManipulator& pushFunction(F function, bool bForce = false)
Note: See TracChangeset
for help on using the changeset viewer.