* Gets the Projectile Type this weapon will fire * @return The projectile type. */
| 206 | * @return The projectile type. |
| 207 | */ |
| 208 | CraftWeaponProjectileType RuleCraftWeapon::getProjectileType() const |
| 209 | { |
| 210 | return _projectileType; |
| 211 | } |
| 212 | |
| 213 | /** |
| 214 | * Gets the speed of the projectile fired by this weapon |