Changeset 1340 for code/branches/input/src/core/CommandExecutor.h
- Timestamp:
- May 21, 2008, 12:23:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/core/CommandExecutor.h
r1323 r1340 87 87 inline std::string getAdditionalParameter() const 88 88 { return (this->additionalParameter_ != "") ? (" " + this->additionalParameter_) : ""; } 89 inline Executor* getExecutor() { return 0; } 89 inline ExecutorStatic* getEvaluatedExecutor() { return evaluatedExecutor_; } 90 inline std::string getCommandString() { return this->processedCommand_; } 90 91 91 92 void setEvaluatedParameter(unsigned int index, MultiTypeMath param);
Note: See TracChangeset
for help on using the changeset viewer.