Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 31, 2006, 10:37:09 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: default target for turret and other weapons, that support targetting

File:
1 edited

Legend:

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

    r6756 r6920  
    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
    8888
    89   this->target = NULL;                             //< Nothing is Targeted by default.
     89  this->defaultTarget = NULL;                      //< Nothing is Targeted by default.
    9090
    9191  this->projectile = CL_NULL;                      //< No Projectile Class is Connected to this weapon
Note: See TracChangeset for help on using the changeset viewer.