Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6756 in orxonox.OLD for trunk/src/world_entities/weapons/weapon.cc


Ignore:
Timestamp:
Jan 26, 2006, 1:55:40 AM (18 years ago)
Author:
bensch
Message:

trunk: Burst Particles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/weapon.cc

    r6736 r6756  
    8686  this->soundSource = new SoundSource(this);       //< Every Weapon has exacty one SoundSource.
    8787  this->emissionPoint.setParent(this);             //< One EmissionPoint, that is a PNode connected to the weapon. You can set this to the exitting point of the Projectiles
     88
     89  this->target = NULL;                             //< Nothing is Targeted by default.
    8890
    8991  this->projectile = CL_NULL;                      //< No Projectile Class is Connected to this weapon
Note: See TracChangeset for help on using the changeset viewer.