* Returns the global type of projectile. * @return 0 - if it's a missile, 1 if beam. */
| 63 | * @return 0 - if it's a missile, 1 if beam. |
| 64 | */ |
| 65 | CraftWeaponProjectileGlobalType CraftWeaponProjectile::getGlobalType() const |
| 66 | { |
| 67 | return _globalType; |
| 68 | } |
| 69 | |
| 70 | /* |
| 71 | * Sets the direction of the projectile. |
no outgoing calls
no test coverage detected