All Packages Class Hierarchy This Package Previous Next Index
Class com.loki3.cyber.pawn.ScannerMaker
java.lang.Object
|
+----com.loki3.cyber.pawn.ScannerMaker
- public class ScannerMaker
- extends java.lang.Object
Support class for creating Scanners. Specific scanner types
inherit all these properties.
This object is referenced by Import to set the properties of a scanner.
Use the properties listed here directly (e.g. <hitpoints>100</hitpoints>).
- See Also:
- Scanner
HitPoints- amount of damage unit can take before being destroyed
MaxRange- maximum distance scanner can "see"
Offset- distance from center of unit scanner is on to center of scanner
Size- width, length, height of unit
ScannerMaker()
-
HitPoints
public double HitPoints
amount of damage unit can take before being destroyed
MaxRange
public double MaxRange
maximum distance scanner can "see"
Offset
public Vector Offset
distance from center of unit scanner is on to center of scanner
Size
public Vector Size
width, length, height of unit
ScannerMaker
public ScannerMaker()
All Packages Class Hierarchy This Package Previous Next Index