Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

trunk: Burst Particles

File:
1 edited

Legend:

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

    r6736 r6756  
    125125    inline const Vector& getEmissionPoint() const { return this->emissionPoint.getAbsCoor(); };
    126126
     127    inline void setTarget(PNode* target) { this->target = target; };
     128
    127129    // STATE CHANGES //
    128130    /** @param state the State to time @param duration the duration of the State */
     
    207209    GLGuiBar*            energyWidget;
    208210
     211    PNode*               target;                           //!< A target for targeting Weapons.
     212
    209213    ////////////
    210214    // PHASES //
Note: See TracChangeset for help on using the changeset viewer.