Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 28, 2005, 9:44:57 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: heavy ParticleEmission from the Bullets

@patrick: i think, this is what you wanted me to do…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/projectile.h

    r5039 r5443  
    4444
    4545
     46    /** @brief This is called, when the Projectile is Emitted */
     47    virtual void activate() = 0;
     48    /** @brief This is called, when the Projectile is being destroyed, or deleted */
     49    virtual void deactivate() = 0;
    4650
    4751    virtual void destroy ();
Note: See TracChangeset for help on using the changeset viewer.