c

net.psforever.objects.equipment

FireModeDefinition

class FireModeDefinition extends DamageModifiers

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FireModeDefinition
  2. DamageModifiers
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FireModeDefinition()

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 Add: SpecificDamageProfile
  5. def AmmoSlotIndex: Int
  6. def AmmoSlotIndex_=(index: Int): Int
  7. def AmmoTypeIndices: ListBuffer[Int]
  8. def AmmoTypeIndices_=(index: Int): ListBuffer[Int]
  9. def Chamber: Int
  10. def Chamber_=(inChamber: Int): Int
  11. def CustomMagazine: HashMap[Ammo.Value, Int]
  12. def CustomMagazine_=(kv: (Ammo.Value, Int)): HashMap[Ammo.Value, Int]
  13. def DefaultMagazine: Int
  14. def DefaultMagazine_=(inMagazine: Option[Int]): Int
  15. def DefaultMagazine_=(inMagazine: Int): Int
  16. def Discharge(weapon: Tool, rounds: Option[Int] = None): Int

    Shoot a weapon, remove an anticipated amount of ammunition.

    Shoot a weapon, remove an anticipated amount of ammunition.

    weapon

    the weapon

    rounds

    The number of rounds to remove, if specified

    returns

    the size of the weapon's magazine after discharge

  17. def Magazine: Int
  18. def Magazine_=(inMagazine: Int): Int
  19. def Modifiers: List[Mod]
    Definition Classes
    DamageModifiers
  20. def Modifiers_=(modifiers: List[Mod]): List[Mod]
    Definition Classes
    DamageModifiers
  21. def Modifiers_=(modifier: Mod): List[Mod]
    Definition Classes
    DamageModifiers
  22. def ProjectileTypeIndices: ListBuffer[Int]
  23. def ProjectileTypeIndices_=(index: Int): ListBuffer[Int]
  24. def RoundsPerShot: Int
  25. def RoundsPerShot_=(round: Int): Int
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  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 DamageModifiers

Inherited from AnyRef

Inherited from Any

Ungrouped