class ToolDefinition extends EquipmentDefinition

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToolDefinition
  2. EquipmentDefinition
  3. ObjectDefinition
  4. BasicDefinition
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ToolDefinition(objectId: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def AddRepairMultiplier(level: Int, value: Float): Seq[Float]
  5. def AmmoTypes: ListBuffer[AmmoBoxDefinition]
  6. def DefaultFireModeIndex: Int
  7. def DefaultFireModeIndex_=(index: Option[Int]): Int
  8. def DefaultFireModeIndex_=(index: Int): Int
  9. def Descriptor: String
    Definition Classes
    BasicDefinition
  10. def Descriptor_=(description: Option[String]): String
    Definition Classes
    BasicDefinition
  11. def Descriptor_=(description: String): String
    Definition Classes
    BasicDefinition
  12. def DisableAtMaxDepth: Boolean
    Definition Classes
    ObjectDefinition
  13. def DisableAtMaxDepth_=(drowns: Boolean): Boolean
    Definition Classes
    ObjectDefinition
  14. def DropOffset(offset: Float): Float
    Definition Classes
    EquipmentDefinition
  15. def DropOffset: Float
    Definition Classes
    EquipmentDefinition
  16. def DrownAtMaxDepth: Boolean
    Definition Classes
    ObjectDefinition
  17. def DrownAtMaxDepth_=(drowns: Boolean): Boolean
    Definition Classes
    ObjectDefinition
  18. def FireModes: ListBuffer[FireModeDefinition]
  19. def Geometry: (Any) => VolumetricGeometry
    Definition Classes
    ObjectDefinition
  20. def Geometry_=(func: (Any) => VolumetricGeometry): (Any) => VolumetricGeometry
    Definition Classes
    ObjectDefinition
  21. def MaxDepth: Float
    Definition Classes
    ObjectDefinition
  22. def MaxDepth_=(height: Float): Float
    Definition Classes
    ObjectDefinition
  23. def Name: String
    Definition Classes
    BasicDefinition
  24. def Name_=(name: String): String
    Definition Classes
    BasicDefinition
  25. def NextFireModeIndex(index: Int): Int
  26. def ObjectId: Int
    Definition Classes
    ObjectDefinition
  27. final def Packet: ObjectCreateConverter[PlanetSideGameObject]

    Get the conversion object.

    Get the conversion object.

    Definition Classes
    ObjectDefinition
  28. final def Packet_=(pkt: ObjectCreateConverter[_]): PacketConverter

    Assign this definition a conversion object.

    Assign this definition a conversion object.

    pkt

    the new converter

    returns

    the current converter, after assignment

    Definition Classes
    ObjectDefinition
  29. def ProjectileTypes: ListBuffer[ProjectileDefinition]
  30. def RepairMultiplier(level: Int): Float
  31. def RepairMultipliers: Seq[Float]
  32. def ServerSplashTargetsCentroid: Boolean
    Definition Classes
    ObjectDefinition
  33. def ServerSplashTargetsCentroid_=(splash: Boolean): Boolean
    Definition Classes
    ObjectDefinition
  34. def Size: equipment.EquipmentSize.Value
    Definition Classes
    EquipmentDefinition
  35. def Size_=(newSize: equipment.EquipmentSize.Value): equipment.EquipmentSize.Value
    Definition Classes
    EquipmentDefinition
  36. def Tile: InventoryTile
    Definition Classes
    EquipmentDefinition
  37. def Tile_=(newTile: InventoryTile): InventoryTile
    Definition Classes
    EquipmentDefinition
  38. def UnderwaterLifespan(suffocation: Long, recovery: Long): Map[OxygenState, Long]
    Definition Classes
    ObjectDefinition
  39. def UnderwaterLifespan(key: OxygenState): Long
    Definition Classes
    ObjectDefinition
  40. def UnderwaterLifespan(): Map[OxygenState, Long]
    Definition Classes
    ObjectDefinition
  41. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  42. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  43. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  45. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  46. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  47. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. var maxForwardSpeed: Float

    The maximum forward speed that can be expected to be achieved by this unit.

    The maximum forward speed that can be expected to be achieved by this unit. Faster speeds are not discounted due to conditions of the motion or game environment but speeds too far beyond this measure should be considered suspicious. For ground vehicles, this field is called maxForward in the ADB. For flight vehicles, this field is called MaxSpeed and flightmaxspeed in the ADB, and it does not factor in the afterburner.

    Definition Classes
    ObjectDefinition
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. var packet: PacketConverter

    a data converter for this type of object

    a data converter for this type of object

    Attributes
    protected
    Definition Classes
    ObjectDefinition
  54. var registerAs: String
    Definition Classes
    ObjectDefinition
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from EquipmentDefinition

Inherited from ObjectDefinition

Inherited from BasicDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped