Changeset 1887 for code/trunk/src/core/input/InputCommands.cc
- Timestamp:
- Oct 6, 2008, 12:31:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/input/InputCommands.cc
r1755 r1887 65 65 66 66 // ############################### 67 // ##### SimpleCommand #####68 // ###############################69 70 /**71 @brief72 Executes a simple command with no additional paramters.73 @return74 True if command execution was successful, false otherwise.75 */76 bool SimpleCommand::execute(float abs, float rel)77 {78 return evaluation_.execute();79 }80 81 // ###############################82 67 // ##### ParamCommand ##### 83 68 // ###############################
Note: See TracChangeset
for help on using the changeset viewer.