* Sets the accuracy of the projectile. */
| 200 | * Sets the accuracy of the projectile. |
| 201 | */ |
| 202 | void CraftWeaponProjectile::setAccuracy(const int &accuracy) |
| 203 | { |
| 204 | _accuracy = accuracy; |
| 205 | } |
| 206 | |
| 207 | /* |
| 208 | * Gets the accuracy of the projectile. |
no outgoing calls
no test coverage detected