Changeset 7198 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Mar 8, 2006, 2:30:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r5784 r7198 65 65 ShellCommand* describe(const char* description); 66 66 ShellCommand* setAlias(const char* alias); 67 ShellCommand* defaultValues(unsigned int count, ...); 67 ShellCommand* defaultValues(const MultiType& value0 = MT_NULL, const MultiType& value1 = MT_NULL, 68 const MultiType& value2 = MT_NULL, const MultiType& value3 = MT_NULL, 69 const MultiType& value4 = MT_NULL); 68 70 69 71 static ShellCommand* registerCommand(const char* commandName, const char* className, const Executor& executor);
Note: See TracChangeset
for help on using the changeset viewer.