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 AmmoTypes: ListBuffer[AmmoBoxDefinition]
  5. def DefaultFireModeIndex: Int
  6. def DefaultFireModeIndex_=(index: Option[Int]): Int
  7. def DefaultFireModeIndex_=(index: Int): Int
  8. def Descriptor: String
    Definition Classes
    BasicDefinition
  9. def Descriptor_=(description: Option[String]): String
    Definition Classes
    BasicDefinition
  10. def Descriptor_=(description: String): String
    Definition Classes
    BasicDefinition
  11. def DropOffset(offset: Float): Float
    Definition Classes
    EquipmentDefinition
  12. def DropOffset: Float
    Definition Classes
    EquipmentDefinition
  13. def FireModes: ListBuffer[FireModeDefinition]
  14. def Name: String
    Definition Classes
    BasicDefinition
  15. def Name_=(name: String): String
    Definition Classes
    BasicDefinition
  16. def NextFireModeIndex(index: Int): Int
  17. def ObjectId: Int
    Definition Classes
    ObjectDefinition
  18. final def Packet: ObjectCreateConverter[PlanetSideGameObject]

    Get the conversion object.

    Get the conversion object.

    Definition Classes
    ObjectDefinition
  19. 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
  20. def ProjectileTypes: ListBuffer[ProjectileDefinition]
  21. def Size: equipment.EquipmentSize.Value
    Definition Classes
    EquipmentDefinition
  22. def Size_=(newSize: equipment.EquipmentSize.Value): equipment.EquipmentSize.Value
    Definition Classes
    EquipmentDefinition
  23. def Tile: InventoryTile
    Definition Classes
    EquipmentDefinition
  24. def Tile_=(newTile: InventoryTile): InventoryTile
    Definition Classes
    EquipmentDefinition
  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. var packet: PacketConverter

    a data converter for this type of object

    a data converter for this type of object

    Attributes
    protected
    Definition Classes
    ObjectDefinition
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. 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