Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 24, 2005, 12:36:58 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more loadability functionality in Weapon and FastFactory

File:
1 edited

Legend:

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

    r4949 r4950  
    9595    // FUNCTIONS TO SET THE WEAPONS PROPERTIES.
    9696    bool setProjectile(ClassID projectile);
     97    bool setProjectile(const char* projectile);
    9798    /** @returns The projectile's classID */
    9899    inline ClassID getProjectile() { return this->projectile; };
Note: See TracChangeset for help on using the changeset viewer.