Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5447 in orxonox.OLD for trunk/src/lib/particles/particle_engine.h


Ignore:
Timestamp:
Oct 29, 2005, 1:14:24 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Explosions on Collision (—HACK—)
also made the FastFactory faster, not turning through the GarbageCollector, as it is not necessary. FastFactory also implements a Static Memeber subscriptor-Macro now
last but not least: new Functions in The ParticleEngine, and some revisited

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/particles/particle_engine.h

    r5445 r5447  
    5050  bool removeSystem(ParticleSystem* system);
    5151  bool removeEmitter(ParticleEmitter* emitter);
     52  bool breakConnection(ParticleConnection* connection);
    5253  bool breakConnection(ParticleEmitter* emitter, ParticleSystem* system);
    53   bool breakConnection(ParticleConnection* connection);
     54  unsigned int breakConnections(ParticleEmitter* emitter);
     55  unsigned int breakConnections(ParticleSystem* system);
    5456
    5557   ParticleSystem* getSystemByNumber(unsigned int number) const;
Note: See TracChangeset for help on using the changeset viewer.