Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4979 in orxonox.OLD for orxonox/trunk/src/util/fast_factory.h


Ignore:
Timestamp:
Aug 10, 2005, 4:47:23 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: Objects now get cleanly ereased.
This is a fix in the Weapon-class, that kills the Resurected Projectiles created for information-gathering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/fast_factory.h

    r4969 r4979  
    1515 * afterwards one can just retrieve an Object form the Class with
    1616 * this->bulletFactory->resurrect();  // this returns a BaseObject an Object of the class.
     17 *
     18 * The big difference to the FastFactory-class is, that this one is used more for the purpose
     19 * of fast game-interaction than for loading. althought one can also load FastFactorized classes
     20 * it is not the main topic.
    1721 */
    18 
    1922
    2023#ifndef _FAST_FACTORY_H
Note: See TracChangeset for help on using the changeset viewer.