Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3194 in orxonox.OLD for orxonox/trunk/src/command_node.cc


Ignore:
Timestamp:
Dec 16, 2004, 5:05:16 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk/src: state-freeze - redefinig destroy functions, some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/command_node.cc

    r2816 r3194  
    6262
    6363
     64/**
     65  \brief this resets the command node
     66
     67   deleting all data contained in the command node to fill it up again
     68
     69  \todo coppling to different game-entities
     70  \todo reset/destroy has to be redesigned
     71*/
     72
    6473void CommandNode::reset()
    6574{
    66   this->bound->clear();
     75  this->bound->destroy();
    6776}
    6877
Note: See TracChangeset for help on using the changeset viewer.