Changeset 1236 for code/branches/input/src/core/CommandExecutor.h
- Timestamp:
- May 6, 2008, 2:32:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/core/CommandExecutor.h
r1214 r1236 89 89 inline std::string getAdditionalParameter() const 90 90 { return (this->additionalParameter_ != "") ? (" " + this->additionalParameter_) : ""; } 91 inline std::string getCommandString() const { return this->processedCommand_; } 91 92 92 93 void setEvaluatedParameter(unsigned int index, MultiTypeMath param);
Note: See TracChangeset
for help on using the changeset viewer.