object WeaponTurrets
- Source
- WeaponTurrets.scala
- Alphabetic
- By Inheritance
- WeaponTurrets
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def FinishUpgradingMannedTurret(target: FacilityTurret, upgrade: TurretUpgrade.Value): Unit
The process of upgrading a turret's weapon(s) is completed.
The process of upgrading a turret's weapon(s) is completed. * Pass the message onto the turret and onto the vehicle events system.
- target
the facility turret being upgraded
- upgrade
the upgrade being applied to the turret (usually, it's weapon system)
- See also
FacilityTurret
TurretUpgrade
TurretUpgrader.AddTask
TurretUpgrader.ClearSpecific
VehicleServiceMessage.TurretUpgrade
- def FinishUpgradingMannedTurret(target: FacilityTurret, user: Player, tool: Tool, upgrade: TurretUpgrade.Value)(): Unit
The process of upgrading a turret's weapon(s) is completed.
The process of upgrading a turret's weapon(s) is completed. Pass the message onto the turret and onto the vehicle events system. Additionally, force-deplete the ammunition count of the nano-dispenser used to perform the upgrade.
- target
the turret
- tool
the nano-dispenser that was used to perform this upgrade
- upgrade
the new upgrade state
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()