Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2008, 9:15:15 PM (17 years ago)
Author:
scheusso
Message:

we are able to chat now ;) just use the command char <string>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/core/ConsoleCommand.h

    r1505 r1518  
    4242
    4343#define SetConsoleCommandGeneric(fakevariable, classname, command, bCreateShortcut) \
    44     ConsoleCommand& fakevariable = ClassManager<classname>::getIdentifier()->addConsoleCommand(command, bCreateShortcut)
     44    orxonox::ConsoleCommand& fakevariable = orxonox::ClassManager<classname>::getIdentifier()->addConsoleCommand(command, bCreateShortcut)
    4545
    4646
     
    5252
    5353#define SetConsoleCommandShortcutGeneric(fakevariable, command) \
    54     ConsoleCommand& fakevariable = CommandExecutor::addConsoleCommandShortcut(command)
     54    orxonox::ConsoleCommand& fakevariable = orxonox::CommandExecutor::addConsoleCommandShortcut(command)
    5555
    5656
Note: See TracChangeset for help on using the changeset viewer.