src/Weapon.hh
changeset 318 dca3c836edb2
parent 305 56799ec8d7be
child 338 fe2b3c6fff54
equal deleted inserted replaced
317:f325fad21f4f 318:dca3c836edb2
   103     float getExplosionRadius (void) const { return explosionRadius; }
   103     float getExplosionRadius (void) const { return explosionRadius; }
   104     int getDamage (void) const { return damage; }
   104     int getDamage (void) const { return damage; }
   105     float getRadius (void) const { return radius; }
   105     float getRadius (void) const { return radius; }
   106     TickCount getExpire (void) const { return expire; }
   106     TickCount getExpire (void) const { return expire; }
   107     float getBounce (void) const { return bounce; }
   107     float getBounce (void) const { return bounce; }
       
   108 
       
   109     int getReloadTimer(void) const { return reloadTimer; }
       
   110     int getReloadTime(void) const { return reloadTime; }
   108     
   111     
   109     /**
   112     /**
   110      * Start reloading
   113      * Start reloading
   111      */
   114      */
   112     void reload (void);
   115     void reload (void);