All Packages Class Hierarchy This Package Previous Next Index
Class com.loki3.cyber.pawn.WeaponTurretMaker
java.lang.Object
|
+----com.loki3.cyber.pawn.WeaponMaker
|
+----com.loki3.cyber.pawn.WeaponTurretMaker
- public class WeaponTurretMaker
- extends WeaponMaker
Support class for creating WeaponTurret. Also uses properties from Weapon.
This object is referenced by Import to set the properties of a turret.
Use the properties listed here directly (e.g. <hitpoints>100</hitpoints>).
- See Also:
- Weapon, WeaponTurret
AmmoRadius- radius of ammo
AngleAcceleration- the maximum angle at which turret's direction can change per tick in degrees
Damage- amount of damage ammo causes
MaxDistance- if ammo hasn't hit anything yet, it explodes at this distance
Size- width, length, height of unit
WeaponTurretMaker()
-
makeObject()
-
AngleAcceleration
public double AngleAcceleration
the maximum angle at which turret's direction can change per tick in degrees
Size
public Vector Size
width, length, height of unit
Damage
public double Damage
amount of damage ammo causes
MaxDistance
public double MaxDistance
if ammo hasn't hit anything yet, it explodes at this distance
AmmoRadius
public double AmmoRadius
radius of ammo
WeaponTurretMaker
public WeaponTurretMaker()
makeObject
public java.lang.Object makeObject()
All Packages Class Hierarchy This Package Previous Next Index