Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2096 in orxonox.OLD for orxonox/branches/chris/src/command_node.cc


Ignore:
Timestamp:
Jul 9, 2004, 11:14:42 AM (20 years ago)
Author:
chris
Message:

orxonox/branches/chris: Messed with the Player class, added stuff here and there, debug world now creates a player and bind IO to it. Added some doxygen tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/command_node.cc

    r2068 r2096  
    2323
    2424using namespace std;
     25
    2526
    2627CommandNode::CommandNode (int ID)
     
    173174        List<WorldEntity>* plist = bound;
    174175       
     176        if( bLocalInput) send_over_network (cmd);
     177       
    175178        while( (plist = plist->get_next()) != NULL)
    176179        {
     
    178181        }
    179182}
     183
     184void CommandNode::set_netID (int ID)
     185{
     186}
     187
     188void CommandNode::send_over_network (Command* cmd)
     189{
     190}
Note: See TracChangeset for help on using the changeset viewer.